]> arthur.barton.de Git - bup.git/blobdiff - Makefile
sampledata: include random binary paths
[bup.git] / Makefile
index 39202e79329fa113812687b4c24b29e854b450af..d7a076e8d4d588ab0fd338042a219d59722804ce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,7 @@ cmdline_tests := \
   t/test-fsck.sh \
   t/test-fuse.sh \
   t/test-ftp \
+  t/test-web.sh \
   t/test-gc.sh \
   t/test-import-duplicity.sh \
   t/test-import-rdiff-backup.sh \
@@ -221,13 +222,6 @@ cmdline_tests := \
   t/test-tz.sh \
   t/test-xdev.sh
 
-ifeq "2" "$(bup_python_majver)"
-  # unresolved
-  #   web: needs more careful attention, path bytes round-trips, reprs, etc.
-  cmdline_tests += \
-    t/test-web.sh
-endif
-
 tmp-target-run-test-get-%: all t/tmp
        $(pf); cd $$(pwd -P); TMPDIR="$(test_tmp)" \
          t/test-get $* 2>&1 | tee -a t/tmp/test-log/$$$$.log