enable logging for the interop runner

This commit is contained in:
Marten Seemann
2019-10-24 14:26:40 +07:00
parent 7c221c221b
commit 540f89f507

View File

@@ -10,8 +10,8 @@ if [ "$ROLE" == "client" ]; then
echo "Starting QUIC client..."
echo "Client params: $CLIENT_PARAMS"
echo "Test case: $TESTCASE"
./client $CLIENT_PARAMS $REQUESTS
QUIC_GO_LOG_LEVEL=debug ./client $CLIENT_PARAMS $REQUESTS
else
echo "Running QUIC server."
./server "$@"
QUIC_GO_LOG_LEVEL=debug ./server "$@"
fi