tests/Makefile.am: do not try removing non-existing files

Change-Id: I4be60c858cea891aa49fd9b8ca1dec9a6e3fc305
This commit is contained in:
Vadim Yanitskiy 2021-11-15 00:56:51 +03:00 committed by laforge
parent fa3c917bb1
commit ff1bd7e361
1 changed files with 0 additions and 1 deletions

View File

@ -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)"