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 c5a7712 commit fdc3ed3
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 -s=ws://127.0.0.1:8090 -d -H=127.0.0.1:8091 >cli.log 2>&1 &
CLI_PID=$!
sleep 2
done
Expand Down

0 comments on commit fdc3ed3

Please sign in to comment.