Skip to content
Snippets Groups Projects
Commit cab3f550 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix typo

parent 2273ef8a
No related branches found
No related tags found
2 merge requests!68Master merge,!34Merge release into GPU project branch
......@@ -331,7 +331,7 @@ eval $CLIENTCMD >> $CLIENTOUT/client42.txt &
PIDVAL1=$!
echo "$CLIENTCMD -- $PIDVAL1"
# Client 43 will now wait, for client 42's renegotiated E2E Auth channel request and confirm
CLIENTCMD="timeout 360s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client43.log -s blob43 --destfile $CLIENTOUT/ben43-contact.bin -sendCount 10 --receiveCount 10 --unsafe -m \"Waiting on switching renegotiation\""
CLIENTCMD="timeout 360s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client43.log -s blob43 --destfile $CLIENTOUT/ben43-contact.bin --sendCount 10 --receiveCount 10 --unsafe -m \"Waiting on switching renegotiation\""
eval $CLIENTCMD >> $CLIENTOUT/client43.txt &
PIDVAL2=$!
echo "$CLIENTCMD -- $PIDVAL2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment