From: Rob Browning Date: Tue, 31 Dec 2019 23:28:45 +0000 (-0600) Subject: Test test-argv test-compression test-index-clear test-tz w/python 3 X-Git-Tag: 0.31~155 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=d1291f927f680ba0a146ba3bb1fd23dec6c61066;ds=sidebyside Test test-argv test-compression test-index-clear test-tz w/python 3 Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/Makefile b/Makefile index 86fbd5b..4bfd833 100644 --- a/Makefile +++ b/Makefile @@ -167,11 +167,14 @@ runtests-python: all t/tmp ./wvtest.py $(python_tests) 2>&1 \ | tee -a t/tmp/test-log/$$$$.log -cmdline_tests := +cmdline_tests := \ + t/test-argv \ + t/test-compression.sh \ + t/test-index-clear.sh \ + t/test-tz.sh ifeq "2" "$(bup_python_majver)" cmdline_tests += \ - t/test-argv \ t/test-ftp \ t/test-save-restore \ t/test-packsizelimit \ @@ -186,13 +189,10 @@ ifeq "2" "$(bup_python_majver)" t/test-fuse.sh \ t/test-drecurse.sh \ t/test-cat-file.sh \ - t/test-compression.sh \ t/test-fsck.sh \ - t/test-index-clear.sh \ t/test-index-check-device.sh \ t/test-ls \ t/test-ls-remote \ - t/test-tz.sh \ t/test-meta.sh \ t/test-on.sh \ t/test-restore-map-owner.sh \