Skip to content

Commit

Permalink
Merge branch 'master' into ta/4539-liquidated-vs-closed
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 24, 2022
2 parents 7fdf359 + d44c803 commit 918964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deployment/scripts/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DOCKER_VOLUMES="$(cd "$thisdir/../../.." > /dev/null && pwd -P):/usr/src/agoric-
AG_COSMOS_START_ARGS="--log_level=info --trace-store=.ag-chain-cosmos/data/kvstore.trace" \
"$thisdir/setup.sh" bootstrap ${1+"$@"}

if [ -d /usr/src/testnet-load-generator ]
if false && [ -d /usr/src/testnet-load-generator ]
then
/usr/src/agoric-sdk/packages/deployment/scripts/setup.sh show-config > "$RESULTSDIR/network-config"
cp ag-chain-cosmos/data/genesis.json "$RESULTSDIR/genesis.json"
Expand Down

0 comments on commit 918964f

Please sign in to comment.