]> git.lizzy.rs Git - rust.git/blobdiff - miri
Replace all //error-pattern comments with strict syntax and fix other comments in...
[rust.git] / miri
diff --git a/miri b/miri
index 2debf70c1664449b071421cd8208e04fd090a0f0..be51535d59bf326c80c2f0ac64297d4ec4afc428 100755 (executable)
--- a/miri
+++ b/miri
@@ -30,7 +30,7 @@ times and slower execution times.
 Format all sources and tests. <flags> are passed to `rustfmt`.
 
 ./miri clippy <flags>:
-Format all sources and tests. <flags> are passed to `cargo clippy`.
+Runs clippy on all sources. <flags> are passed to `cargo clippy`.
 
 ./miri many-seeds <command>:
 Runs <command> over and over again with different seeds for Miri. The MIRIFLAGS
@@ -181,8 +181,8 @@ test|test-debug|bless|bless-debug)
     esac
     # 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 --manifest-path "$MIRIDIR"/Cargo.toml "$@"
     $CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml "$@"
+    $CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/Cargo.toml "$@"
     ;;
 run|run-debug)
     # Scan for "--target" to overwrite the "MIRI_TEST_TARGET" env var so