From bd7610f96530a2997e7103242132d2bb36a12eb3 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 28 Aug 2013 11:29:40 -0700 Subject: [PATCH] Updated Note testsuite (markdown) --- Note-testsuite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-testsuite.md b/Note-testsuite.md index b6636ca..cf9fce0 100644 --- a/Note-testsuite.md +++ b/Note-testsuite.md @@ -17,7 +17,7 @@ The rust test suite has several sets of tests for different purposes. As the com pattern, it will still execute all test runners - most of them will just not execute any tests. For more precise control, call `make` on one of the targets below. -* Run without parallelism: `make check RUST_THREADS=1` - This can make it easier to understand failure output. +* Run without parallelism: `make check RUST_TEST_TASKS=1` - This can make it easier to understand failure output. * Build and test std without re-bootstrapping: `make check-stage1-std NO_REBUILD=1` - This makes the build/test cycle **much** faster. These options can be combined. For instance, `make check CHECK_XFAILS=1 TESTNAME=test/run-pass/foobar.rs` runs the xfailed test `foobar.rs` in the `run-pass` directory.