Skip to content

Commit f3e01b1

Browse files
committed
fix: miss kill old migalood
1 parent cdbf87f commit f3e01b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/upgrade_test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ run_upgrade () {
123123
if [ $BLOCK_HEIGHT = "$UPGRADE_HEIGHT" ]; then
124124
# assuming running only 1 migalood
125125
echo "BLOCK HEIGHT = $UPGRADE_HEIGHT REACHED, KILLING OLD ONE"
126+
pkill migalood
126127
break
127128
else
128129
./_build/old/migalood q gov proposal 1 --output=json | jq ".status"

0 commit comments

Comments
 (0)