Skip to content

Commit

Permalink
Merge branch 'DEV-705-did-validation' into DEV-705
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Mar 18, 2022
2 parents b094a0b + 3fc4544 commit 33cf211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/e2e-complex/upgrade/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
}

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-complex/upgrade/upgrade_and_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33cf211

Please sign in to comment.