From df31868cac5befd9dc3e653747f06de67831b03b Mon Sep 17 00:00:00 2001 From: Ryan Thomas Date: Tue, 2 Feb 2016 10:58:59 +1100 Subject: [PATCH] Update TESTNAME description --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f9a5a043055..609bf03fb6c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,7 +131,7 @@ Some common make targets are: & everything builds in the correct manner. - `make check-stage1-std NO_REBUILD=1` - test the standard library without rebuilding the entire compiler -- `make check TESTNAME=` - Run a single test file +- `make check TESTNAME=` - Run a matching set of tests. - `TESTNAME` should be a substring of the tests to match against e.g. it could be the fully qualified test name, or just a part of it. `TESTNAME=collections::hash::map::test_map::test_capacity_not_less_than_len`