<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/10255">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests/Makefile.am: also remove temporary sqlite files<br><br>The osmo_verify_transcript_*.py do terminate the osmo-hlr process<br>in some unusual way, so the database file is not closed properly.<br><br>Let's remove temporary files after the tests execution.<br><br>Change-Id: I9e4c98e86c1d6b627bfee1acb4fa116460687483<br>---<br>M tests/Makefile.am<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/Makefile.am b/tests/Makefile.am</span><br><span>index 58679ed..7e45da4 100644</span><br><span>--- a/tests/Makefile.am</span><br><span>+++ b/tests/Makefile.am</span><br><span>@@ -57,6 +57,7 @@</span><br><span>                -r "$(top_builddir)/src/osmo-hlr -c $(top_srcdir)/doc/examples/osmo-hlr.cfg -l $(VTY_TEST_DB)" \</span><br><span>           $(U) $(srcdir)/*.vty</span><br><span>         -rm -f $(VTY_TEST_DB)</span><br><span style="color: hsl(120, 100%, 40%);">+ -rm $(VTY_TEST_DB)-*</span><br><span> </span><br><span> CTRL_TEST_DB = hlr_ctrl_test.db</span><br><span> </span><br><span>@@ -72,6 +73,7 @@</span><br><span>          -r "$(top_builddir)/src/osmo-hlr -c $(top_srcdir)/doc/examples/osmo-hlr.cfg -l $(CTRL_TEST_DB)" \</span><br><span>          $(U) $(srcdir)/*.ctrl</span><br><span>        -rm -f $(CTRL_TEST_DB)</span><br><span style="color: hsl(120, 100%, 40%);">+        -rm $(CTRL_TEST_DB)-*</span><br><span> </span><br><span> else</span><br><span> python-tests:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10255">change 10255</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/10255"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-hlr </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I9e4c98e86c1d6b627bfee1acb4fa116460687483 </div>
<div style="display:none"> Gerrit-Change-Number: 10255 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>