Commit 5bbeec38 authored by scoder's avatar scoder Committed by GitHub

Merge pull request #2289 from gabrieldemarmiesse/correction_help

Corrected the description of a test option.
parents 8cab7b0a e9b5020c
......@@ -1856,7 +1856,8 @@ def main():
action="store_true",
help="stop on first failure or error")
parser.add_option("--root-dir", dest="root_dir", default=os.path.join(DISTDIR, 'tests'),
help="working directory")
help=("Directory to look for the file based "
"tests (the ones which are deactivated with '--no-file'."))
parser.add_option("--work-dir", dest="work_dir", default=os.path.join(os.getcwd(), 'TEST_TMP'),
help="working directory")
parser.add_option("--cython-dir", dest="cython_dir", default=os.getcwd(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment