From: Rob Browning Date: Fri, 15 Nov 2013 20:23:12 +0000 (-0600) Subject: Makefile: simplify runtests-python since metadata tests aren't conditional. X-Git-Tag: 0.25-rc5~20 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=053afc33f8de2f5ed63053f6f3300571c4d7cdff Makefile: simplify runtests-python since metadata tests aren't conditional. Since the metadata tests are no longer conditional, revert runtests-python to the simpler implementation. Signed-off-by: Rob Browning --- diff --git a/Makefile b/Makefile index 62f006c..8b9167e 100644 --- a/Makefile +++ b/Makefile @@ -80,10 +80,7 @@ lib/bup/_version.py: runtests: all runtests-python runtests-cmdline runtests-python: all - $(PYTHON) wvtest.py \ - $(wildcard t/t*.py) \ - $(filter-out lib/bup/t/tmetadata.py,$(wildcard lib/*/t/t*.py)) - $(PYTHON) wvtest.py lib/bup/t/tmetadata.py + $(PYTHON) wvtest.py t/t*.py lib/*/t/t*.py runtests-cmdline: all t/test-cat-file.sh