fix bash syntax
This commit is contained in:
parent
d13ff6d710
commit
ff334e9b89
@ -21,7 +21,7 @@ run_tests() {
|
||||
if [[ -z $DONT_RUN_TESTS ]]; then
|
||||
$QEMU target/**/release/rustc_builtins-*
|
||||
fi
|
||||
else if [[ -z $DONT_RUN_TESTS ]]; then
|
||||
elif [[ -z $DONT_RUN_TESTS ]]; then
|
||||
cargo test --target $TARGET
|
||||
cargo test --target $TARGET --release
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user