From 3333cb96994182bbdbb21174b691feb716858bc2 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 9 May 2020 15:55:29 -0400 Subject: fuzz: Pass down MAKEJOBS to test_runner --- test/fuzz/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index e2454c4237..56b18752ec 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -38,6 +38,7 @@ def main(): ) parser.add_argument( '--par', + '-j', type=int, default=4, help='How many targets to merge or execute in parallel.', -- cgit v1.2.3