]> arthur.barton.de Git - bup.git/commitdiff
toptions.py: test with python 3
authorRob Browning <rlb@defaultvalue.org>
Wed, 9 Oct 2019 04:50:15 +0000 (23:50 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 13 Oct 2019 17:34:48 +0000 (12:34 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile

index 9474c3bae8f7ed9011595da7b04da5393fbd4ae9..093bf9bb63b06ed291bf78da46895a026ca36c83 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -160,6 +160,7 @@ ifeq "2" "$(bup_python_majver)"
     lib/bup/t/txstat.py
 else
   python_tests := \
+    lib/bup/t/toptions.py \
     lib/bup/t/tvint.py
 endif