diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index bb25b38e57052e10eeda76b196500ae41499c293..84193a1337cdf4fdc64e6f0df19ff54c0946e70f 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -75,10 +75,8 @@ def _build_and_run(check_cancelled): if not jobset.run( (['make', '-j', '%d' % (multiprocessing.cpu_count() + 1), - target, - 'CONFIG=%s' % cfg] - for cfg in build_configs - for target in _MAKE_TEST_TARGETS), + 'CONFIG=%s' % cfg] + _MAKE_TEST_TARGETS + for cfg in build_configs), check_cancelled, maxjobs=1): sys.exit(1)