fixeria submitted this change.
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.