[Piglit] [PATCH] piglit-run: add -1 as an alternative to --no-concurrent
Dylan Baker
baker.dylan.c at gmail.com
Mon Sep 23 14:19:17 PDT 2013
On Monday, September 23, 2013 11:12:50 PM maraeo at gmail.com wrote:
> From: Marek Olšák <marek.olsak at amd.com>
>
> ---
> piglit-run.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/piglit-run.py b/piglit-run.py
> index 7e99791..889d7e2 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")
I like this much better than -c0. Reviewed-by:
Dylan Baker <baker.dylan.c at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20130923/15190134/attachment-0001.pgp>
More information about the Piglit
mailing list