From c379d47254aaae0d5ec9db9f9672fe857223bfbb Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 9 Jun 2013 21:48:22 -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 d9bdd46..6ec3825 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: `RUST_THREADS=1 make check` - This can make it easier to understand failure output. +* Run without parallelism: `make check RUST_THREADS=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.