Skip to content
Snippets Groups Projects
Commit 4c1f3194 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

include -p arg

parent 10b4964e
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ def raid_idle():
class Tester:
USAGE = (
"""%s [-e] [-f] [-b] [-n] [-d] [-h] [msuser]
"""%s [-e] [-f] [-b] [-n] [-p] [-d] [-h] [msuser]
-e: send email with report.
-f: send email with report only if at least one test failed.
-b: run only basic tests (exclude mediaserver tests).
......@@ -85,7 +85,7 @@ class Tester:
-h: show this message."""
% __file__
)
VALID_ARGS = ["-e", "-f", "-b", "-n", "-d", "-h"]
VALID_ARGS = ["-e", "-f", "-b", "-n", "-p", "-d", "-h"]
MAX_LOG_FILES = 50
NO_MAIL_FAILURES_COUNT = 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment