From 89e239c40749845d99868a9720fb38a54e2dd869 Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Mon, 17 May 2021 11:16:52 -0700 Subject: [PATCH] Spit out 91 in correct file --- basice2e/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/basice2e/run.sh b/basice2e/run.sh index de8fadf..5b0271a 100755 --- a/basice2e/run.sh +++ b/basice2e/run.sh @@ -214,6 +214,7 @@ then # Send E2E messages between a single user mkdir -p blob9 mkdir -p blob18 + mkdir -p blob91 echo "TEST E2E WITH PRECANNED USERS..." CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client9.log --sendDelay 1000 --sendCount 2 --receiveCount 2 -s blob9/blob9 --sendid 9 --destid 9 -m \"Hi 9->9, with E2E Encryption\"" eval $CLIENTCMD >> $CLIENTOUT/client9.txt 2>&1 & @@ -225,8 +226,8 @@ then PIDVAL=$! echo "$CLIENTCMD -- $PIDVAL" wait $PIDVAL - CLIENTCMD="timeout 240s ../bin/client --slowPolling $CLIENTOPTS -l $CLIENTOUT/client91.log --sendDelay 1000 --sendCount 2 --receiveCount 2 -s blob91/blob91 --sendid 91 --destid 91 -m \"Hi 91->91, with E2E Encryption\"" - eval $CLIENTCMD >> $CLIENTOUT/client9.txt 2>&1 & + CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client91.log --sendDelay 1000 --sendCount 2 --receiveCount 2 -s blob91/blob91 --slowPolling --sendid 91 --destid 91 -m \"Hi 91->91, with E2E Encryption\"" + eval $CLIENTCMD >> $CLIENTOUT/client91.txt 2>&1 & PIDVAL=$! echo "$CLIENTCMD -- $PIDVAL" wait $PIDVAL -- GitLab