Skip to content

Commit

Permalink
fix(ERTP): use metered=true and xs-worker on all swingset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Jul 24, 2021
1 parent 3a9cf0b commit 8c3da1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import path from 'path';
async function main(basedir, argv) {
const dir = path.resolve(`${__dirname}/..`, basedir);
const config = await loadBasedir(dir);
config.defaultManagerType = 'xs-worker';
const controller = await buildVatController(config, argv);
await controller.run();
return controller.dump();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import path from 'path';
async function main(basedir, argv) {
const dir = path.resolve(`${__dirname}/..`, basedir);
const config = await loadBasedir(dir);
config.defaultManagerType = 'xs-worker';
const controller = await buildVatController(config, argv);
await controller.run();
return controller.dump();
Expand Down

0 comments on commit 8c3da1f

Please sign in to comment.