Rather than treating the .py as a regularly built test, run it from check-local so that we can better control the paths used.
Fixes "make distcheck" since it's now able to find the environment vars.
Rather than treating the .py as a regularly built test, run it from check-local so that we can better control the paths used.
Fixes "make distcheck" since it's now able to find the environment vars.
Rather than treating the .py as a regular built test, run it from check-local
so that we can better control the paths used.
Tested ACK
I still can't run make distcheck after this, although because of another issue:
configure: error: Found Berkeley DB other than 4.8, required for portable wallets (--with-incompatible-bdb to ignore or --disable-wallet to disable wallet functionality)
Is there a way to pass arguments to the inner configure?
DISTCHECK_CONFIGURE_FLAGS=--with-incompatible-bdb make -j8 distcheck