about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Thomas <ryan@ryant.org>2016-02-02 10:58:59 +1100
committerRyan Thomas <ryan@ryant.org>2016-02-02 10:58:59 +1100
commitdf31868cac5befd9dc3e653747f06de67831b03b (patch)
tree7cb3cc42751473f5d268b61f980e7ae16ef8432f
parenta5e491fa9249d15876c85cf356910588b49fb257 (diff)
downloadrust-df31868cac5befd9dc3e653747f06de67831b03b.tar.gz
rust-df31868cac5befd9dc3e653747f06de67831b03b.zip
Update TESTNAME description
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3f9a5a04305..609bf03fb6c 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=<substring-of-test-name>` - Run a single test file
+- `make check TESTNAME=<substring-of-test-name>` - 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`