osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40940?usp=email )
Change subject: Cosmetic: testenv: make builddir_env more readable
......................................................................
Cosmetic: testenv: make builddir_env more readable
Change-Id: I7bbd14bd91c97bc37a163018217b104ace0e1a53
---
M _testenv/testenv/testsuite.py
1 file changed, 5 insertions(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/_testenv/testenv/testsuite.py b/_testenv/testenv/testsuite.py
index 8452a80..8d89ad8 100644
--- a/_testenv/testenv/testsuite.py
+++ b/_testenv/testenv/testsuite.py
@@ -43,7 +43,11 @@
cache_dir = "podman" if testenv.args.podman else "host"
builddir = os.path.join(testenv.args.cache, cache_dir,
f"titan-{titan_version}")
path_old =
testenv.cmd.generate_env(podman=testenv.args.podman)["PATH"]
- builddir_env = {"BUILDDIR": builddir, "TTCN3_DIR": ttcn3_dir,
"PATH": f"{ttcn3_dir}/bin:{path_old}"}
+ builddir_env = {
+ "BUILDDIR": builddir,
+ "TTCN3_DIR": ttcn3_dir,
+ "PATH": f"{ttcn3_dir}/bin:{path_old}",
+ }
prepare_testsuite_dir()
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40940?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: I7bbd14bd91c97bc37a163018217b104ace0e1a53
Gerrit-Change-Number: 40940
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>