We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389915e commit b3e64c2Copy full SHA for b3e64c2
miri
@@ -181,8 +181,8 @@ test|test-debug|bless|bless-debug)
181
esac
182
# Then test, and let caller control flags.
183
# Only in root project and ui_test as `cargo-miri` has no tests.
184
- $CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml "$@"
185
$CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/Cargo.toml "$@"
+ $CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml "$@"
186
;;
187
run|run-debug)
188
# Scan for "--target" to overwrite the "MIRI_TEST_TARGET" env var so
0 commit comments