Page MenuHomePhabricator

Daemonize bitcoind in test-seeds.sh rather than run in a background process
ClosedPublic

Authored by jasonbcox on Dec 13 2019, 19:55.

Details

Summary

test-seeds broke recently with a change to outputting debug info to the terminal
rather than a log file. This patches fixes that behavior by running bitcoind with -daemon
rather than backgrounding the process.

Test Plan

./test-seeds.sh --testnet < nodes_test.txt

Diff Detail

Repository
rABC Bitcoin ABC
Branch
test-seeds-daemon
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8556
Build 15103: Default Diff Build & Tests
Build 15102: arc lint + arc unit