fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40418?usp=email )
Change subject: testenv: allow passing -j/--jobs together with -b/--binary-repo ......................................................................
testenv: allow passing -j/--jobs together with -b/--binary-repo
Not only the -j/--jobs is used when building the IUT components, but also when building the testsuite itself (PARALLEL_MAKE var).
Change-Id: I3eb596f2c4e5de1b624c238e34785e798d2099c3 --- M _testenv/testenv/__init__.py 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/18/40418/1
diff --git a/_testenv/testenv/__init__.py b/_testenv/testenv/__init__.py index 6118b65..9b5e944 100644 --- a/_testenv/testenv/__init__.py +++ b/_testenv/testenv/__init__.py @@ -87,7 +87,6 @@ group.add_argument("-i", "--io-uring", action="store_true", help="set LIBOSMO_IO_BACKEND=IO_URING")
group = sub_run.add_argument_group("source/binary options", "All components are built from source by default.") - group = group.add_mutually_exclusive_group() group.add_argument( "-b", "--binary-repo",