Skip to content

Commit 6e564ed

Browse files
committed
Update CI script for the miri-script test changes
1 parent 6580a22 commit 6e564ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/miri/ci/ci.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function run_tests {
5959
# them. Also error locations change so we don't run the failing tests.
6060
# We explicitly enable debug-assertions here, they are disabled by -O but we have tests
6161
# which exist to check that we panic on debug assertion failures.
62-
time MIRIFLAGS="${MIRIFLAGS-} -O -Zmir-opt-level=4 -Cdebug-assertions=yes" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
62+
time MIRIFLAGS="${MIRIFLAGS-} -O -Zmir-opt-level=4 -Cdebug-assertions=yes" MIRI_SKIP_UI_CHECKS=1 ./miri test tests/{pass,panic}
6363
fi
6464
if [ -n "${MANY_SEEDS-}" ]; then
6565
# Also run some many-seeds tests.
@@ -107,7 +107,7 @@ function run_tests_minimal {
107107
exit 1
108108
fi
109109

110-
time ./miri test -- "$@"
110+
time ./miri test "$@"
111111

112112
# Ensure that a small smoke test of cargo-miri works.
113113
time cargo miri run --manifest-path test-cargo-miri/no-std-smoke/Cargo.toml --target ${MIRI_TEST_TARGET-$HOST_TARGET}

0 commit comments

Comments
 (0)