]> arthur.barton.de Git - bup.git/commitdiff
Makefile: simplify runtests-python since metadata tests aren't conditional.
authorRob Browning <rlb@defaultvalue.org>
Fri, 15 Nov 2013 20:23:12 +0000 (14:23 -0600)
committerRob Browning <rlb@defaultvalue.org>
Fri, 15 Nov 2013 20:23:15 +0000 (14:23 -0600)
Since the metadata tests are no longer conditional, revert
runtests-python to the simpler implementation.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile

index 62f006c6dbf24d4a9f6290c740657e57c84bac9e..8b9167e415e84fed942a7a65d23275cf928e558e 100644 (file)
--- 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