Page MenuHomePhabricator

backport b8251f63373ed58a05d104f9c1637d2c07b3569e
AbandonedPublic

Authored by matiu on Jan 17 2018, 00:46.

Details

Reviewers
None
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Summary

allow zmq test to be run in out-of-tree builds.

Backports:
https://github.com/bitcoin/bitcoin/commit/b8251f63373ed58a05d104f9c1637d2c07b3569e

Solves T148

Test Plan

python3 test/functional/test_runner.py zmq_test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
bug/T148
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1638
Build 1638: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jan 17 2018, 00:46

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.

got it, thanks for the explanation.