This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/4204
ctrl_test_runner.py: use proper constant as test db path
Change-Id: I9533a9ff8c0f8d24c678583a9197143a187908f3
---
M tests/ctrl_test_runner.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/04/4204/1
diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py
index 7c14f50..1c5ec2a 100644
--- a/tests/ctrl_test_runner.py
+++ b/tests/ctrl_test_runner.py
@@ -178,7 +178,7 @@
def tearDown(self):
super(TestCtrlHLR, self).tearDown()
- os.unlink("hlr_ctrl_test.db")
+ os.unlink(self.HLR_DB)
def ctrl_command(self):
return ["./src/osmo-hlr", "-c", "doc/examples/osmo-hlr.cfg", '-l', 'hlr_ctrl_test.db']
--
To view, visit https://gerrit.osmocom.org/4204
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9533a9ff8c0f8d24c678583a9197143a187908f3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>