Disable restart

This commit is contained in:
Michael Vines 2019-07-19 08:31:39 -07:00
parent 782846f295
commit 06cd7c1020
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ echo "--- $sanityTargetIp: validator sanity"
if $validatorSanity; then if $validatorSanity; then
( (
set -x -o pipefail set -x -o pipefail
timeout 10s ./multinode-demo/validator-x.sh --stake 0 \ timeout 10s ./multinode-demo/validator-x.sh --no-restart --stake 0 \
"$entrypointRsyncUrl" \ "$entrypointRsyncUrl" \
"$sanityTargetIp:8001" 2>&1 | tee validator-sanity.log "$sanityTargetIp:8001" 2>&1 | tee validator-sanity.log
) || { ) || {