Fix bash syntax
This commit is contained in:
parent
2f6307d1cc
commit
0d94e6bac9
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ esac
|
|||
# but it ensures that the crates build properly when tested with Miri.
|
||||
|
||||
#FIXME: Re-enable this for msvc once CI issues are fixed
|
||||
if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ]
|
||||
if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ]; then
|
||||
python3 "$X_PY" miri --stage 2 library/core --test-args notest
|
||||
python3 "$X_PY" miri --stage 2 library/alloc --test-args notest
|
||||
python3 "$X_PY" miri --stage 2 library/std --test-args notest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue