ctrl-test: drop bogus 'rm -f $(CTRL_TEST_DB)'

That is a copy-paste artifact from osmo-hlr.git and looks pretty
dangerous when CTRL_TEST_DB is not defined.

Change-Id: Idcf9296a6e7e520c2f0b42f8aace01d616bcfc56
This commit is contained in:
Neels Hofmeyr 2023-05-05 02:13:21 +02:00
parent 386d5acdbe
commit d09e87c645
1 changed files with 0 additions and 3 deletions

View File

@ -63,13 +63,10 @@ vty-test: $(top_builddir)/src/osmo-smlc/osmo-smlc
# pass -u to ctrl_script_runner.py by doing:
# make ctrl-test U=-u
ctrl-test: $(top_builddir)/src/osmo-smlc/osmo-smlc
-rm -f $(CTRL_TEST_DB)
osmo_verify_transcript_ctrl.py -v \
-p 4272 \
-r "$(top_builddir)/src/osmo-smlc/osmo-smlc -c $(top_srcdir)/tests/osmo-smlc.cfg" \
$(U) $(srcdir)/*.ctrl
-rm -f $(CTRL_TEST_DB)
-rm $(CTRL_TEST_DB)-*
check-local: atconfig $(TESTSUITE)
$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)