forked from quic-go/quic-go
Merge pull request #2181 from lucas-clemente/interop-fixes
fix interop runner
This commit is contained in:
@@ -13,7 +13,7 @@ ARG CACHEBUST=1
|
|||||||
|
|
||||||
RUN git clone https://github.com/lucas-clemente/quic-go && \
|
RUN git clone https://github.com/lucas-clemente/quic-go && \
|
||||||
cd quic-go && \
|
cd quic-go && \
|
||||||
git checkout interop && \
|
git fetch origin interop && git checkout -t origin/interop && \
|
||||||
go get ./...
|
go get ./...
|
||||||
|
|
||||||
WORKDIR /quic-go
|
WORKDIR /quic-go
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ if [ "$ROLE" == "client" ]; then
|
|||||||
echo "Starting QUIC client..."
|
echo "Starting QUIC client..."
|
||||||
echo "Client params: $CLIENT_PARAMS"
|
echo "Client params: $CLIENT_PARAMS"
|
||||||
echo "Test case: $TESTCASE"
|
echo "Test case: $TESTCASE"
|
||||||
./client $CLIENT_PARAMS $REQUESTS
|
QUIC_GO_LOG_LEVEL=debug ./client $CLIENT_PARAMS $REQUESTS
|
||||||
else
|
else
|
||||||
echo "Running QUIC server."
|
echo "Running QUIC server."
|
||||||
./server "$@"
|
QUIC_GO_LOG_LEVEL=debug ./server "$@"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user