Skip to content

Commit 6afd9ce

Browse files
committed
Default to empty MIRIFLAGS
1 parent a887417 commit 6afd9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function run_tests {
3131
# optimizations up all the way).
3232
# Optimizations change diagnostics (mostly backtraces), so we don't check them
3333
#FIXME(#2155): we want to only run the pass and panic tests here, not the fail tests.
34-
MIRIFLAGS="$MIRIFLAGS -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
34+
MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
3535
fi
3636

3737
## test-cargo-miri

0 commit comments

Comments
 (0)