From d1291f927f680ba0a146ba3bb1fd23dec6c61066 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 31 Dec 2019 17:28:45 -0600 Subject: [PATCH] Test test-argv test-compression test-index-clear test-tz w/python 3 Signed-off-by: Rob Browning Tested-by: Rob Browning --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 \ -- 2.39.2