From e2f3079d8b04c59c6a85e74f080e1954fc3cba0d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 15 Mar 2018 21:37:08 -0700 Subject: [PATCH] Tidy up redundant commands in test-all.sh. --- cranelift/test-all.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/cranelift/test-all.sh b/cranelift/test-all.sh index 7b86495903..2b4e2eba01 100755 --- a/cranelift/test-all.sh +++ b/cranelift/test-all.sh @@ -41,8 +41,6 @@ if [ -n "$needcheck" ]; then touch $tsfile || echo no target directory fi -cd "$topdir" - # Make sure the code builds in debug mode. banner "Rust debug build" cargo build