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
Lint
Lint Not Applicable
Unit
Tests Not Applicable