Skip to content

Commit

Permalink
debug(integration-test): remove --rebuild flag for agoric start
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Feb 7, 2024
1 parent 01d8e7a commit e9623c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ integrationTest() {
test -z "${DISTTAG-}" || {
persistVar AGORIC_INSTALL_OPTIONS "[\"$DISTTAG\"]"
}
persistVar AGORIC_START_OPTIONS '["--rebuild"]'
# persistVar AGORIC_START_OPTIONS '["--rebuild"]'
persistVar AGORIC_INIT_OPTIONS "[\"--dapp-branch=$2\"]"

(
Expand Down

0 comments on commit e9623c8

Please sign in to comment.