allow zmq test to be run in out-of-tree builds.
Backports:
https://github.com/bitcoin/bitcoin/commit/b8251f63373ed58a05d104f9c1637d2c07b3569e
Solves T148
Differential D969
backport b8251f63373ed58a05d104f9c1637d2c07b3569e matiu on Jan 17 2018, 00:46. Authored by
Details
allow zmq test to be run in out-of-tree builds. Backports: Solves T148 python3 test/functional/test_runner.py zmq_test
Diff Detail
Event TimelineComment Actions The original commit already got backported. I'm not sure why it works on your machine? I suspect you possibly have an old config.ini from running configure prior to commit 6c4dd6b460a05286a74c462b1643a7689b5189e6. If you clean up that this will fail. You need to re-run ./configure to generate a new config.ini in the correct place. |