qa: Warn when specified test is not found

This commit is contained in:
MarcoFalke
2017-05-09 16:39:37 +02:00
parent 56befa03ac
commit fac79e4d18
2 changed files with 17 additions and 9 deletions

View File

@@ -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> ...