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