diff options
-rwxr-xr-x | misc/testsuite/harness.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/testsuite/harness.py b/misc/testsuite/harness.py index 5ebfb9f..d45398b 100755 --- a/misc/testsuite/harness.py +++ b/misc/testsuite/harness.py @@ -43,7 +43,7 @@ Usage: harness.py [options] [run|sanity|doc] useful after using test cases or modifying code list: list the available test collections doc: generate an HTML index of the test cases - (to be saved in ../htdocs/dev/tests/index.html) + (to be saved in ../../htdocs/dev/tests/index.html) ''' class Usage(Exception): |