aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-11-15 00:56:51 +0300
committerlaforge <laforge@osmocom.org>2021-11-15 09:05:53 +0000
commitff1bd7e361c4e2d612c22ea296aee5c5c1cf767a (patch)
tree10775b359ba8e6bb0492bda45de580c9dce70697
parentfa3c917bb1a91bfe35a871c80f9f70c8e39fa7d9 (diff)
tests/Makefile.am: do not try removing non-existing files
-rw-r--r--tests/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index aefaae857..c2d348b36 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -62,7 +62,6 @@ python-tests: $(BUILT_SOURCES)
osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
$(srcdir)/vty_test_runner.py -w $(abs_top_builddir) -v
$(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v
- rm -f $(top_builddir)/sms.db $(top_builddir)/gsn_restart $(top_builddir)/gtphub_restart_count
else
python-tests: $(BUILT_SOURCES)
echo "Not running python-based tests (determined at configure-time)"