Skip to content

Commit 3832227

Browse files
committed
Forward CARGO_BUILD_FLAGS to ui_test test suite
1 parent 7405742 commit 3832227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ test|test-debug|bless|bless-debug)
135135
# Then test, and let caller control flags.
136136
# Only in root project and ui_test as `cargo-miri` has no tests.
137137
cargo test $CARGO_BUILD_FLAGS "$@"
138-
cargo test --manifest-path ui_test/Cargo.toml "$@"
138+
cargo test $CARGO_BUILD_FLAGS --manifest-path ui_test/Cargo.toml "$@"
139139
;;
140140
run|run-debug)
141141
# Scan for "--target" to set the "MIRI_TEST_TARGET" env var so

0 commit comments

Comments
 (0)