Skip to content

Commit

Permalink
Fix coverage reports default path in help msg
Browse files Browse the repository at this point in the history
Change-Id: Id5a26b79f724f69fc8a78b79748bf7fe181a4fc0
Reviewed-on: http://gerrit.aldebaran.lan/65688
Reviewed-by: dmerejkowsky <[email protected]>
Tested-by: dmerejkowsky <[email protected]>
  • Loading branch information
d0nn13 authored and dmerejkowsky committed Dec 2, 2015
1 parent f3a6421 commit 5a39b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/qitest/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_parser(parser, with_num_jobs=True):
group.add_argument("--qitest-json", dest="qitest_jsons", action="append")
group.add_argument("--root-output-dir", dest="root_output_dir",
help="Generate XML reports in the given directory " + \
"(instead of build/sdk/test-results)")
"(instead of build-<platform>)")

group.add_argument("--no-capture", dest="capture", action="store_false")
group.add_argument("--ignore-timeouts", dest="ignore_timeouts", action="store_true",
Expand Down

0 comments on commit 5a39b8b

Please sign in to comment.