From 47cf7e0995ae106eb5e1b3b6e4ef9234b88b8265 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 1 Jul 2019 12:20:44 +1000 Subject: [PATCH] test: use the default job control for --filter-groups All filter arguments currently force a -j1 unless otherwise specified. Change this for --filter-group since that one is most likely invoked by some test setup that can either add -j X or set the environment variable LITEST_JOBS as well. Signed-off-by: Peter Hutterer --- test/litest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/litest.c b/test/litest.c index 76da2c5..6521cbf 100644 --- a/test/litest.c +++ b/test/litest.c @@ -4071,8 +4071,6 @@ litest_parse_argv(int argc, char **argv) break; case OPT_FILTER_GROUP: filter_group = optarg; - if (want_jobs == JOBS_DEFAULT) - want_jobs = JOBS_SINGLE; break; case 'j': case OPT_JOBS: -- 2.7.4