Skip to content

Commit

Permalink
Merge pull request #8111 from Agoric/mhofman/fix-upgrade-test
Browse files Browse the repository at this point in the history
fix(deployment): localize script to upgrade
  • Loading branch information
mhofman authored Jul 29, 2023
2 parents f84ea2e + 371f65a commit e28392f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo Wait for upgrade to settle
waitForBlock 5

# CWD is agoric-sdk
upgradeScripts=packages/deployment/upgrade-test/upgrade-test-scripts
upgrade11=./upgrade-test-scripts/agoric-upgrade-11

# zoe vat is at incarnation 0
test_val "$(yarn --silent node $upgradeScripts/vat-status.mjs zoe)" "0" "zoe vat incarnation"
test_val "$(yarn --silent node $upgrade11/vat-status.mjs zoe)" "0" "zoe vat incarnation"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo Wait for actions to settle
waitForBlock 2

# CWD is agoric-sdk
upgradeScripts=packages/deployment/upgrade-test/upgrade-test-scripts
upgrade11=./upgrade-test-scripts/agoric-upgrade-11

# zoe vat is at incarnation 1
test_val "$(yarn --silent node $upgradeScripts/vat-status.mjs zoe)" "1" "zoe vat incarnation"
test_val "$(yarn --silent node $upgrade11/vat-status.mjs zoe)" "1" "zoe vat incarnation"

0 comments on commit e28392f

Please sign in to comment.