From 29fb6a1cc58bde6cb3eeea75ff4a448945be45a0 Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Mon, 27 Jan 2014 15:50:47 -0800 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 9d10274..b6ba997 100644 --- a/Note-testsuite.md +++ b/Note-testsuite.md @@ -4,7 +4,7 @@ The rust test suite has several sets of tests for different purposes. As the com ### Recipes -* Run the test suite: `make check`. This runs all stage2 tests. This is the criteria for a successful build. +* Run the test suite: `make check`. This runs all stage2 tests. This is the criterion for a successful build. * Run the test suite without benchmarks: `make check NO_BENCH=1` * Run only xfailed (ignored, broken) tests: `make check CHECK_XFAILS=1` * Run with verbose output: `make check VERBOSE=1`. This will print useful information like the exact commands being run.