about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-26 17:35:53 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-26 17:35:53 +0000
commitc615e9248aed8ce6bbb5ae73d38595bde3457bae (patch)
tree9114d4dca37e86b63536aabd97bff412af05b206
parentb193419ec7550d1d4262e8bc4448f4bd55fc9f20 (diff)
downloadrust-c615e9248aed8ce6bbb5ae73d38595bde3457bae.tar.gz
rust-c615e9248aed8ce6bbb5ae73d38595bde3457bae.zip
Run tests for all crates in the regex workspace
-rw-r--r--build_system/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_system/tests.rs b/build_system/tests.rs
index ba0a98e7371..956a61ceaec 100644
--- a/build_system/tests.rs
+++ b/build_system/tests.rs
@@ -187,7 +187,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
 
         if runner.is_native {
             let mut run_cmd = REGEX.test(&runner.target_compiler, &runner.dirs);
-            run_cmd.args(["--tests", "--", "-q"]);
+            run_cmd.args(["--workspace", "--", "-q"]);
             spawn_and_wait(run_cmd);
         } else {
             eprintln!("Cross-Compiling: Not running tests");