Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6911 from EOSIO/db_modes_test_fix
Browse files Browse the repository at this point in the history
Fix db_modes_test to not use http
  • Loading branch information
spoonincode authored Mar 11, 2019
2 parents c1c86ae + d4cde39 commit d6140fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/db_modes_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EOSIO_STUFF_DIR=$(mktemp -d)
trap "rm -rf $EOSIO_STUFF_DIR" EXIT
NODEOS_LAUNCH_PARAMS="./programs/nodeos/nodeos -d $EOSIO_STUFF_DIR --config-dir $EOSIO_STUFF_DIR \
--chain-state-db-size-mb 8 --chain-state-db-guard-size-mb 0 --reversible-blocks-db-size-mb 1 \
--reversible-blocks-db-guard-size-mb 0 --https-server-address "''" --p2p-listen-endpoint "''" -e -peosio"
--reversible-blocks-db-guard-size-mb 0 --http-server-address "''" --p2p-listen-endpoint "''" -e -peosio"

run_nodeos() {
if (( $VERBOSE == 0 )); then
Expand Down

0 comments on commit d6140fc

Please sign in to comment.