diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-05-09 16:39:37 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-05-14 12:39:02 +0200 |
commit | fac79e4d18327f30e3fae26f194ae4bbd6077d6f (patch) | |
tree | 3b7ea6c72aaf547c982fc0a19633b28c644551e2 /test/README.md | |
parent | 56befa03ac559ddab95eac4c2167b586dc0d01b9 (diff) |
qa: Warn when specified test is not found
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index b40052b898..4dd512638d 100644 --- a/test/README.md +++ b/test/README.md @@ -34,7 +34,7 @@ You can run any single test by calling test/functional/test_runner.py <testname> -Or you can run any combination of tests by calling +Or you can run any combination (incl. duplicates) of tests by calling test/functional/test_runner.py <testname1> <testname2> <testname3> ... |