Skip to content

Commit

Permalink
Silence "Database already exists" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Sep 8, 2021
1 parent c96df1c commit 8430ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/inc.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $bitcoind -daemon || exit 1
# Wait until bitcoind has started properly
while ! $bitcoin_cli getblockchaininfo &> /dev/null; do sleep 0.1; done
# Create and load wallet
$bitcoin_cli createwallet tests
$bitcoin_cli createwallet tests 2&> /dev/null
$bitcoin_cli loadwallet tests
# Generate some coins
$bitcoin_cli generatetoaddress 1 "$($bitcoin_cli getnewaddress "" "legacy")"
Expand Down

0 comments on commit 8430ddc

Please sign in to comment.