]> arthur.barton.de Git - bup.git/commit - config/configure
Have "make check" to do nothing for Python 3
authorRob Browning <rlb@defaultvalue.org>
Sun, 8 Sep 2019 19:39:36 +0000 (14:39 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 29 Sep 2019 20:25:18 +0000 (15:25 -0500)
commit7199c5281bff2133bb943714bc44bcc006d9e3e6
tree8e5ef1f7680544620bb275e290d5ae821e73c142
parentbaa561fa36981b9e13f09e19117e9657372a89c1
Have "make check" to do nothing for Python 3

In preparation for Python 3, don't run any tests for make check.
We'll enable individual tests once bup supports Python 3 well enough
for them to pass.

This shouldn't risk producing a false sense of security because you
still have to set BUP_ALLOW_UNEXPECTED_PYTHON_VERSION=true or bup
won't run at all, and if you've seen the warning produced when you
don't set it, you should be sufficiently well informed.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile
config/config.vars.in
config/configure