]> arthur.barton.de Git - bup.git/commitdiff
Enable test-index-check-device test-xdev for python 3
authorRob Browning <rlb@defaultvalue.org>
Fri, 3 Jan 2020 22:20:33 +0000 (16:20 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Feb 2020 19:30:12 +0000 (13:30 -0600)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile

index ac18a583b142ac6c0c4883875495d8cb2e972a16..32f0a51d7f594e769610e9e26c9eae3a47977c13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -181,6 +181,7 @@ cmdline_tests := \
   t/test-import-duplicity.sh \
   t/test-import-rdiff-backup.sh \
   t/test-index.sh \
+  t/test-index-check-device.sh \
   t/test-index-clear.sh \
   t/test-list-idx.sh \
   t/test-ls \
@@ -201,14 +202,13 @@ cmdline_tests := \
   t/test-save-with-valid-parent.sh \
   t/test-sparse-files.sh \
   t/test-split-join.sh \
-  t/test-tz.sh
+  t/test-tz.sh \
+  t/test-xdev.sh
 
 ifeq "2" "$(bup_python_majver)"
   cmdline_tests += \
     t/test-web.sh \
-    t/test-index-check-device.sh \
-    t/test-restore-map-owner.sh \
-    t/test-xdev.sh
+    t/test-restore-map-owner.sh
 endif
 
 tmp-target-run-test-get-%: all t/tmp