fixeria has submitted this change. (
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(-)
Approvals:
osmith: Looks good to me, approved
Jenkins Builder: Verified
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
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40418?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
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(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>