]> arthur.barton.de Git - bup.git/blobdiff - Makefile
unknown-owner: accommodate python 3
[bup.git] / Makefile
index 89bbffbf52af3f89e9384d61fbd4858443655b22..46a4d33e06e4888022d9107052f52b6ad2308a1b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -169,9 +169,13 @@ runtests-python: all t/tmp
 
 cmdline_tests := \
   t/test-argv \
+  t/test-cat-file.sh \
+  t/test-command-without-init-fails.sh \
   t/test-compression.sh \
+  t/test-drecurse.sh \
   t/test-fsck.sh \
   t/test-index-clear.sh \
+  t/test-list-idx.sh \
   t/test-ls \
   t/test-ls-remote \
   t/test-tz.sh
@@ -186,12 +190,9 @@ ifeq "2" "$(bup_python_majver)"
     t/test-rm.sh \
     t/test-gc.sh \
     t/test-main.sh \
-    t/test-list-idx.sh \
     t/test-index.sh \
     t/test-split-join.sh \
     t/test-fuse.sh \
-    t/test-drecurse.sh \
-    t/test-cat-file.sh \
     t/test-index-check-device.sh \
     t/test-meta.sh \
     t/test-on.sh \
@@ -200,7 +201,6 @@ ifeq "2" "$(bup_python_majver)"
     t/test-rm-between-index-and-save.sh \
     t/test-save-with-valid-parent.sh \
     t/test-sparse-files.sh \
-    t/test-command-without-init-fails.sh \
     t/test-redundant-saves.sh \
     t/test-save-creates-no-unrefs.sh \
     t/test-save-restore-excludes.sh \