fixeria submitted this change.

View Change

Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
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(-)

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",

To view, visit change 40418. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I3eb596f2c4e5de1b624c238e34785e798d2099c3
Gerrit-Change-Number: 40418
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>