From 6ca90942e744f79982a9b485e2367b0ecee14527 Mon Sep 17 00:00:00 2001 From: Jupp Müller Date: Sat, 6 Aug 2016 09:01:12 +0200 Subject: Add --test-threads option to test binaries This change allows parallelism of test runs to be specified by a command line flag names --test-threads in addition to the existing environment variable RUST_TEST_THREADS. Fixes #25636. --- src/tools/compiletest/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/compiletest') diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index cefcc11486f..90641b5c476 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -310,6 +310,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts { Err(_) => false }, color: test::AutoColor, + test_threads: None, } } -- cgit 1.4.1-3-g733a5