diff --git a/tests/e2e-complex/upgrade/common.sh b/tests/e2e-complex/upgrade/common.sh index b94c1d557..c42c46d39 100644 --- a/tests/e2e-complex/upgrade/common.sh +++ b/tests/e2e-complex/upgrade/common.sh @@ -92,8 +92,8 @@ function random_string() { function get_addresses () { all_keys=$(local_client_tx keys list) -# mapfile -t addresses < <(echo "$all_keys" | grep -o 'cheqd1.*') - addresses=( $(echo "$all_keys" | grep -o 'cheqd1.*') ) + mapfile -t addresses < <(echo "$all_keys" | grep -o 'cheqd1.*') +# addresses=( $(echo "$all_keys" | grep -o 'cheqd1.*') ) echo "${addresses[@]}" } diff --git a/tests/e2e-complex/upgrade/upgrade_and_check.sh b/tests/e2e-complex/upgrade/upgrade_and_check.sh index 40dd93af9..6c891698b 100755 --- a/tests/e2e-complex/upgrade/upgrade_and_check.sh +++ b/tests/e2e-complex/upgrade/upgrade_and_check.sh @@ -12,7 +12,7 @@ cheqd_noded_docker() { -u root \ -e HOME=/home/cheqd \ --entrypoint "cheqd-noded" \ - ${CHEQD_IMAGE_TO} "$@" + "${CHEQD_IMAGE_TO}" "$@" } # Wait for upgrade height