Skip to content

Commit

Permalink
Update run_endpoint.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Sijie Yang <[email protected]>
  • Loading branch information
iyangsj authored Nov 24, 2023
1 parent ef19ada commit 43a4c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/run_endpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ "$ROLE" == "client" ]; then
;;
esac
elif [ "$ROLE" == "server" ]; then
SERVER_ARGS="-c /certs/cert.pem -k /certs/priv.key --listen [::]:443 --root $ROOT_DIR --keylog-file $SSLKEYLOGFILE --log-level TRACE"
SERVER_ARGS="-c /certs/cert.pem -k /certs/priv.key --listen [::]:443 --root $ROOT_DIR --log-level TRACE --keylog-file $SSLKEYLOGFILE"
case $TESTCASE in
retry)
SERVER_ARGS="$SERVER_ARGS --enable-retry"
Expand Down

0 comments on commit 43a4c69

Please sign in to comment.