diff --git a/scripts/upgrade_test.sh b/scripts/upgrade_test.sh index ec2487bd..7b06d0f6 100755 --- a/scripts/upgrade_test.sh +++ b/scripts/upgrade_test.sh @@ -43,7 +43,6 @@ then GOBIN="$ROOT/_build/new" go install -mod=readonly ./... fi -exit 0 # run old node if [[ "$OSTYPE" == "darwin"* ]]; then screen -L -dmS node1 bash scripts/run-node.sh _build/old/migalood $DENOM --Logfile $HOME/log-screen.txt @@ -168,4 +167,4 @@ if [ ! -z "$ADDITIONAL_AFTER_SCRIPTS" ]; then echo "$SCRIPT is not a file" fi done -fi \ No newline at end of file +fi