Page MenuHomePhabricator

[CI] Fix wrong path to bitcoind binary on build-ibd-*
ClosedPublic

Authored by Fabien on Jun 15 2020, 09:22.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCe1c4fc1249f5: [CI] Fix wrong path to bitcoind binary on build-ibd-*
Summary

The ibd.sh and bitcoind-exit-on-log.sh scripts were relying on the
default build directory to find the bitcoind binary to run. This is
causing failure since D6551.

Test Plan

Run the ci build-ibd* build plans.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Jun 15 2020, 09:22
deadalnix added a subscriber: deadalnix.
deadalnix added inline comments.
contrib/teamcity/ibd.sh
47 ↗(On Diff #21368)

This whole approach is fragile. There is a RPC to check for this.

This revision is now accepted and ready to land.Jun 15 2020, 13:05