Commit 44277c75 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch '942-numprocesses-not-used-in-prepare_pytests-py' into 'main'

[CI] numprocesses are not used in prepare_pytests.py

See merge request !1288
parents ce89fbfa a061c83d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ def main(argv):
        base_cmd += ["tests/codec_be_on_mr_nonselection"]
    base_cmd += [
        "-n",
        "14",
        args.numprocesses,
        "--update_ref",
        "1",
    ]