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

Fix db_modes_test to not use http #6911

Merged
merged 1 commit into from
Mar 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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