-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
164 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
...est-scripts/agoric-upgrade-10/actions.mjs → ...test-scripts/agoric-upgrade-10/actions.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 5 additions & 12 deletions
17
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-10/actions.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-10/post.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-11/actions.mjs
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-11/actions.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-11/post.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import test from 'ava'; | ||
|
||
test(`Replace me`, async t => { | ||
t.pass() | ||
test(`Replace me`, t => { | ||
t.pass(); | ||
}); |
2 changes: 1 addition & 1 deletion
2
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-11/pre.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-11/upgradeHelpers.mjs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-12/env_setup.sh
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-12/post.test.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import test from 'ava'; | ||
import { main } from './tools/vat-status.mjs'; | ||
import { getIncarnation } from './tools/vat-status.js'; | ||
|
||
test(`Verify Zoe vat incarnatin`, async t => { | ||
const incarantion = await main('zoe'); | ||
const incarantion = await getIncarnation('zoe'); | ||
t.is(incarantion, 1); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
packages/deployment/upgrade-test/upgrade-test-scripts/agoric-upgrade-12/pre_test.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.