Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Enable hyperd logs in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Apr 7, 2017
1 parent 9147f93 commit 5fe8c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function start_frakti() {
sudo "${FRAKTI_OUTPUT_BINDIR}/frakti" \
--listen="${FRAKTI_LISTEN_ADDR}" \
--hyper-endpoint="127.0.0.1:${HYPERD_PORT}" \
--log_dir=${FRAKTI_TEMP} \
--logtostderr \
--v=3 1>&2 & \
FRAKTI_PID=$!
}
Expand Down Expand Up @@ -72,7 +72,7 @@ __EOF__
#--v=1 \
sudo "${HYPERD_BINARY_PATH}" \
--host="tcp://127.0.0.1:${hyper_api_port}" \
--log_dir=${HYPERD_TEMP} \
--logtostderr \
--v=3 \
--config="${config}" &>/dev/null &
HYPERD_PID=$!
Expand Down

0 comments on commit 5fe8c7b

Please sign in to comment.