Skip to content

Commit

Permalink
Fix Github Autobuild macOS build
Browse files Browse the repository at this point in the history
Get around the known command line argument issue with boost 1.60
  • Loading branch information
abitmore committed May 6, 2020
1 parent b5b598e commit 1ae218d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/build_helpers/run-node-test
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CLI_PID=$!
sleep 1
_START="`date +%s`"
while ! ps -p "$CLI_PID" >/dev/null && [ $((`date +%s` - _START)) -lt 120 ]; do
programs/cli_wallet/cli_wallet -s ws://127.0.0.1:8090 -d -H 127.0.0.1:8091 >cli.log 2>&1 &
programs/cli_wallet/cli_wallet -sws://127.0.0.1:8090 -d -H127.0.0.1:8091 >cli.log 2>&1 &
CLI_PID=$!
sleep 2
done
Expand Down

0 comments on commit 1ae218d

Please sign in to comment.