From e8761696f0bc3dca5bd0f2dab337ed352eb56ed8 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> Date: Sat, 14 Mar 2020 17:03:14 +0900 Subject: [PATCH] interop: Support zerortt --- interop/run_endpoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop/run_endpoint.sh b/interop/run_endpoint.sh index b9bc2995..0f353254 100644 --- a/interop/run_endpoint.sh +++ b/interop/run_endpoint.sh @@ -26,7 +26,7 @@ if [ "$ROLE" == "client" ]; then if [ "$TESTCASE" == "versionnegotiation" ]; then CLIENT_ARGS="$CLIENT_ARGS -v 0xaaaaaaaa" fi - if [ "$TESTCASE" == "resumption" ]; then + if [ "$TESTCASE" == "resumption" ] || [ "$TESTCASE" == "zerortt" ]; then CLIENT_ARGS="$CLIENT_ARGS --session-file session.txt --tp-file tp.txt" REQS=($REQUESTS) REQUESTS=${REQS[0]} -- GitLab