Tidy up redundant commands in test-all.sh.

This commit is contained in:
Dan Gohman
2018-03-15 21:37:08 -07:00
parent 4dbafb45c7
commit e2f3079d8b

View File

@@ -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