Skip to content
Snippets Groups Projects
Commit 32bb9d20 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

interop: Don't overwrite resumption log

parent 962b2904
Branches
No related merge requests found
......@@ -35,7 +35,7 @@ if [ "$ROLE" == "client" ]; then
REQUESTS=${REQS[0]}
/usr/local/bin/client $CLIENT_ARGS --exit-on-first-stream-close $REQUESTS $CLIENT_PARAMS &> $LOG
REQUESTS=${REQS[@]:1}
/usr/local/bin/client $CLIENT_ARGS $REQUESTS $CLIENT_PARAMS &> $LOG
/usr/local/bin/client $CLIENT_ARGS $REQUESTS $CLIENT_PARAMS &>> $LOG
elif [ "$TESTCASE" == "multiconnect" ]; then
CLIENT_ARGS="$CLIENT_ARGS --exit-on-first-stream-close --timeout=180s"
for REQ in $REQUESTS; do
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment