Skip to content

Commit 1498132

Browse files
committed
Fix functional tests
1 parent bc7dadc commit 1498132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regtest/start_bitcoind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ sleep 6
2323
bitcoin-cli createwallet test_wallet
2424
addr=$(bitcoin-cli getnewaddress)
2525
bitcoin-cli generatetoaddress 150 $addr > /dev/null
26-
screen -r bitcoind
26+
TERM=xterm screen -r bitcoind

0 commit comments

Comments
 (0)