test: use the default job control for --filter-groups
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 1 Jul 2019 02:20:44 +0000 (12:20 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 8 Jul 2019 03:28:47 +0000 (13:28 +1000)
commit47cf7e0995ae106eb5e1b3b6e4ef9234b88b8265
tree959081dafd163395c76fed3c57f4caabc98ab72c
parent63e7942008bdafe4c219033984ca4550fcd03463
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 <peter.hutterer@who-t.net>
test/litest.c