summaryrefslogtreecommitdiff
path: root/piglit-run.py
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2013-09-15 19:09:22 +0200
committerMarek Olšák <marek.olsak@amd.com>2013-09-23 23:21:01 +0200
commit681cd060abbe6b2f0085519909159338ee712bc5 (patch)
treed8b7c6db0bf9fb4cae5d9ef215aefd7447b85eb7 /piglit-run.py
parente85194b10adde89c03a76ce0741622778f4cc160 (diff)
piglit-run: add -1 as an alternative to --no-concurrent
Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'piglit-run.py')
-rwxr-xr-xpiglit-run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/piglit-run.py b/piglit-run.py
index 7e9979115..889d7e27d 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -62,7 +62,7 @@ def main():
action = "append",
metavar = "<regex>",
help = "Exclude matching tests (can be used more than once)")
- parser.add_argument("--no-concurrency",
+ parser.add_argument("-1", "--no-concurrency",
action = "store_false",
dest = "concurrency",
help = "Disable concurrent test runs")