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: