From 3832227734d2ac87254a7cd057f4280f443563e5 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Mon, 30 May 2022 07:26:47 +0000 Subject: [PATCH] Forward CARGO_BUILD_FLAGS to ui_test test suite --- miri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miri b/miri index 9c4eeb527580..352aed530b19 100755 --- a/miri +++ b/miri @@ -135,7 +135,7 @@ test|test-debug|bless|bless-debug) # Then test, and let caller control flags. # Only in root project and ui_test as `cargo-miri` has no tests. cargo test $CARGO_BUILD_FLAGS "$@" - cargo test --manifest-path ui_test/Cargo.toml "$@" + cargo test $CARGO_BUILD_FLAGS --manifest-path ui_test/Cargo.toml "$@" ;; run|run-debug) # Scan for "--target" to set the "MIRI_TEST_TARGET" env var so