fix armv7

master
Jorge Aparicio 2016-08-09 11:53:49 -05:00
parent 09935e24eb
commit d13ff6d710
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ run_tests() {
if [[ -z $DONT_RUN_TESTS ]]; then
$QEMU target/**/release/rustc_builtins-*
fi
else
else if [[ -z $DONT_RUN_TESTS ]]; then
cargo test --target $TARGET
cargo test --target $TARGET --release
fi