Skip to content

Commit

Permalink
debug(integration-test): remove --reset option when aogirc start
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Feb 7, 2024
1 parent b739682 commit 01d8e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agoric-cli/tools/getting-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const gettingStartedWorkflowTest = async (t, options = {}) => {
}

// TODO: Allow this to work even if the port is already used.
const startP = myMain(['start', '--reset', ...startOptions]);
const startP = myMain(['start', ...startOptions]);
finalizers.push(() => pkill(startP.childProcess, 'SIGINT'));

let stdoutStr = '';
Expand Down

0 comments on commit 01d8e7a

Please sign in to comment.