aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-07-20 19:37:30 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-25 01:07:00 +0200
commit9b3281dd49e48879853383cb3f4a081891774a21 (patch)
tree95c1ba3814b0485554a9246c981882e9992d0f6c
parentb48adc4ef070d99dffbbab8abbc6eb76a4bfd08e (diff)
apply removalneels/split
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index de96746e7..07425b634 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -53,7 +53,7 @@ python-tests: $(BUILT_SOURCES)
if BUILD_SMPP
$(PYTHON) $(srcdir)/smpp_test_runner.py -w $(abs_top_builddir) -v
endif
- rm -f $(top_builddir)/sms.db $(top_builddir)/gsn_restart $(top_builddir)/gtphub_restart_count
+ rm -f $(top_builddir)/sms.db
else
python-tests: $(BUILT_SOURCES)
echo "Not running python-based tests (determined at configure-time)"