fix bash syntax
This commit is contained in:
parent
b191b89e87
commit
d6acb778e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue