osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39936?usp=email )
Change subject: testenv: remove TESTENV_GIT_DIR
......................................................................
testenv: remove TESTENV_GIT_DIR
This variable is not used anymore, remove it.
Change-Id: Iabb9fa3b9b393b2cb7f18fb877746e5d1e510e63
---
M _testenv/testenv/cmd.py
1 file changed, 1 insertion(+), 3 deletions(-)
Approvals:
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
fixeria: Looks good to me, approved
diff --git a/_testenv/testenv/cmd.py b/_testenv/testenv/cmd.py
index 864b8b9..df57b79 100644
--- a/_testenv/testenv/cmd.py
+++ b/_testenv/testenv/cmd.py
@@ -41,9 +41,7 @@
env_extra["TERM"] = os.environ.get("TERM", "dumb")
- if testenv.args.binary_repo:
- env_extra["TESTENV_GIT_DIR"] = testenv.podman_install.git_dir
- else:
+ if not testenv.args.binary_repo:
if testenv.args.podman:
env_extra["OSMO_DEV_MAKE_DIR"] = os.path.join(testenv.args.cache,
"podman", "make2")
else:
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39936?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: Iabb9fa3b9b393b2cb7f18fb877746e5d1e510e63
Gerrit-Change-Number: 39936
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>