]> arthur.barton.de Git - bup.git/commit
Makefile: append python 2 tests to common lists
authorRob Browning <rlb@defaultvalue.org>
Fri, 29 Nov 2019 19:16:10 +0000 (13:16 -0600)
committerRob Browning <rlb@defaultvalue.org>
Fri, 29 Nov 2019 22:38:04 +0000 (16:38 -0600)
commitcb43bf61b85cff9304891c439ab0b295fd3bc5ea
tree8ab2646fa24b8f279464378a49331be45062ff71
parentb2f7ccd162e988a8785771a116c83b04f9ea51ce
Makefile: append python 2 tests to common lists

Instead of maintaining two separate lists for python 2 and python 3
tests, just have one list of tests that work in both versions, and
then selectively append the tests that only work in python 2 when
appropriate.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile