diff options
| author | MarcoFalke <[email protected]> | 2017-05-09 16:39:37 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-05-14 12:39:02 +0200 |
| commit | fac79e4d18327f30e3fae26f194ae4bbd6077d6f (patch) | |
| tree | 3b7ea6c72aaf547c982fc0a19633b28c644551e2 /test/README.md | |
| parent | [tests] increase timeouts in sendheaders test (diff) | |
| download | discoin-fac79e4d18327f30e3fae26f194ae4bbd6077d6f.tar.xz discoin-fac79e4d18327f30e3fae26f194ae4bbd6077d6f.zip | |
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 b40052b89..4dd512638 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> ... |