From: Rob Browning Date: Fri, 3 Jan 2020 22:20:33 +0000 (-0600) Subject: Enable test-index-check-device test-xdev for python 3 X-Git-Tag: 0.31~115 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=c28ae2e961cae36be322ee9f44f79d5e57cc3cad Enable test-index-check-device test-xdev for python 3 Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/Makefile b/Makefile index ac18a58..32f0a51 100644 --- 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