]> arthur.barton.de Git - bup.git/blobdiff - Makefile
bup-python: respect umask when adding execute bit
[bup.git] / Makefile
index 30e9aeb28c73be1301405df267d430e23d3534cb..6aaf886a177f0992cdbd12956ca01304d7737160 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,9 @@ runtests-python: all t/tmp
            | tee -a t/tmp/test-log/$$$$.log
 
 cmdline_tests := \
+  t/test-web.sh \
   t/test-rm.sh \
+  t/test-gc.sh \
   t/test-main.sh \
   t/test-list-idx.sh \
   t/test-index.sh \
@@ -164,6 +166,7 @@ cmdline_tests := \
   t/test-restore-map-owner.sh \
   t/test-restore-single-file.sh \
   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 \
@@ -200,7 +203,7 @@ check: test
 cmd/python-cmd.sh: config/config.vars Makefile
        printf "#!/bin/sh\nexec %q \"\$$@\"" "$(bup_python)" \
          >> cmd/python-cmd.sh.$$PPID.tmp
-       chmod u+x cmd/python-cmd.sh.$$PPID.tmp
+       chmod +x cmd/python-cmd.sh.$$PPID.tmp
        mv cmd/python-cmd.sh.$$PPID.tmp cmd/python-cmd.sh
 
 cmd/bup-%: cmd/%-cmd.py