X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=b6add57d119de4c6dbc2906b15096faeadd5df9b;hb=d8684a29a3346bf34dbcf61f33deb5cebf2a85db;hp=87e78fab1731ec7fe72096cff444273c06c7320d;hpb=813aa7d002f141db50ff6d2d276542ed91088043;p=bup.git diff --git a/Makefile b/Makefile index 87e78fa..b6add57 100644 --- a/Makefile +++ b/Makefile @@ -146,6 +146,7 @@ runtests: runtests-python runtests-cmdline python_tests := \ lib/bup/t/tbloom.py \ lib/bup/t/thashsplit.py \ + lib/bup/t/thelpers.py \ lib/bup/t/tindex.py \ lib/bup/t/toptions.py \ lib/bup/t/tshquote.py \ @@ -156,7 +157,6 @@ ifeq "2" "$(bup_python_majver)" python_tests += \ lib/bup/t/tclient.py \ lib/bup/t/tgit.py \ - lib/bup/t/thelpers.py \ lib/bup/t/tmetadata.py \ lib/bup/t/tresolve.py \ lib/bup/t/tvfs.py @@ -258,7 +258,7 @@ distcheck: all ./wvtest run t/test-release-archive.sh cmd/bup-python: cmd/python-cmd.sh config/config.var/bup-python - dev/replace -l '@bup_python@' \ + "$$(cat config/config.var/bup-python)" dev/replace -l '@bup_python@' \ "$$(dev/shquote < config/config.var/bup-python)" \ < "$<" > "$@".$$PPID.tmp chmod +x "$@".$$PPID.tmp