osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40452?usp=email )
Change subject: testenv: fix missing titan_min= error msg
......................................................................
testenv: fix missing titan_min= error msg
Fixes: 98268b665 ("testenv: add titan_min to all configs")
Change-Id: I0eb99da16ba6ffd5ae936aa63bb770e2a73fdd25
---
M _testenv/testenv/testenv_cfg.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/_testenv/testenv/testenv_cfg.py b/_testenv/testenv/testenv_cfg.py
index 84176d7..c687d88 100644
--- a/_testenv/testenv/testenv_cfg.py
+++ b/_testenv/testenv/testenv_cfg.py
@@ -224,7 +224,7 @@
logging.error(f"{path}: missing program= in [testsuite]")
exit_error_readme()
if "titan_min" not in cfg["testsuite"]:
- logging.error(f"{path}: missing program= in [testsuite]")
+ logging.error(f"{path}: missing titan_min= in [testsuite]")
exit_error_readme()
if " " in cfg["testsuite"]["program"]:
logging.error(f"{path}: program= in [testsuite] must not have
arguments")
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40452?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: I0eb99da16ba6ffd5ae936aa63bb770e2a73fdd25
Gerrit-Change-Number: 40452
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>