From a93b021689922a8882001a12ad0685c1436e4b96 Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Mon, 17 May 2021 10:42:29 -0700 Subject: [PATCH] Add logging for slow polling command --- basice2e/run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basice2e/run.sh b/basice2e/run.sh index d8c6447..de8fadf 100755 --- a/basice2e/run.sh +++ b/basice2e/run.sh @@ -226,6 +226,10 @@ then 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 & + PIDVAL=$! + echo "$CLIENTCMD -- $PIDVAL" + wait $PIDVAL # Send E2E messages between two users -- GitLab