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