osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37768?usp=email )
Change subject: testenv/testdir: fix typo
......................................................................
testenv/testdir: fix typo
Change-Id: Id61b770ff3b6fdee0dedcdab6eca3760dddc287a
---
M _testenv/testenv/testdir.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/68/37768/1
diff --git a/_testenv/testenv/testdir.py b/_testenv/testenv/testdir.py
index f7abe2e..242d17d 100644
--- a/_testenv/testenv/testdir.py
+++ b/_testenv/testenv/testdir.py
@@ -159,7 +159,7 @@
logging.info(msg)
return
- logging.debug("Remving empty log dir")
+ logging.debug("Removing empty log dir")
testenv.cmd.run(["rm", "-d", testdir_topdir], no_podman=True)
# Remove broken symlink
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37768?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id61b770ff3b6fdee0dedcdab6eca3760dddc287a
Gerrit-Change-Number: 37768
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>