From b9b57dba12fce84c116b0f56437c8a7ba264ac34 Mon Sep 17 00:00:00 2001 From: norvell Date: Thu, 14 Dec 2023 15:18:54 +0000 Subject: [PATCH] Update prepare_pytests.py --- tests/prepare_pytests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/prepare_pytests.py b/tests/prepare_pytests.py index 9e50ea90d1..64fafde1cc 100755 --- a/tests/prepare_pytests.py +++ b/tests/prepare_pytests.py @@ -103,7 +103,7 @@ def main(argv): base_cmd += ["tests/codec_be_on_mr_nonselection"] base_cmd += [ "-n", - "14", + args.numprocesses, "--update_ref", "1", ] -- GitLab