Skip to content
Snippets Groups Projects
Commit 594df28e authored by Rick Carback's avatar Rick Carback
Browse files

Update golds and fix run.sh

parent 278759fc
No related branches found
No related tags found
No related merge requests found
Message from 1122492445..., +CrSKtshK1HhaYaw+S8ePLYeVru/E+z/bwVOpfn3noY= Received: Hello, 18, with E2E Encryption Received: Hello, 18, with E2E Encryption
Sending Message to 9, Spencer: Hello, 9, with E2E Encryption Sending Message to 9, Spencer: Hello, 9, with E2E Encryption
Message from 7, Rick Received: Hello, 4 Message from 7, Rick Received: Hello, 4
Received: Hello, 4
Sending Message to 5, Ben: Hello, 5 Sending Message to 5, Ben: Hello, 5
Message from 4, Jim Received: Hello, 5 Message from 4, Jim Received: Hello, 5
Received: Hello, 5
Sending Message to 6, Steph: Hello, 6 Sending Message to 6, Steph: Hello, 6
Message from 5, Ben Received: Hello, 6 Message from 5, Ben Received: Hello, 6
Received: Hello, 6
Sending Message to 7, Rick: Hello, 7 Sending Message to 7, Rick: Hello, 7
Message from 6, Steph Received: Hello, 7 Message from 6, Steph Received: Hello, 7
Received: Hello, 7
Sending Message to 4, Jim: Hello, 4 Sending Message to 4, Jim: Hello, 4
Message from 1370780053..., Hk5XFJO6EF5R98MW7/FTYaC5rHbJ3tRFYZkj4EKd3ro= Received: Hello, 9, with E2E Encryption Received: Hello, 9, with E2E Encryption
Sending Message to 18, Bernardo: Hello, 18, with E2E Encryption Sending Message to 18, Bernardo: Hello, 18, with E2E Encryption
...@@ -161,11 +161,12 @@ for C in $(ls -1 $CLIENTOUT); do ...@@ -161,11 +161,12 @@ for C in $(ls -1 $CLIENTOUT); do
cat $CLIENTOUT/$C | grep "\[CLIENT\]" | cut -d\ -f5- | grep -e "Received\:" -e "Sending Message" -e "Message from" > $CLIENTCLEAN/$C || true cat $CLIENTOUT/$C | grep "\[CLIENT\]" | cut -d\ -f5- | grep -e "Received\:" -e "Sending Message" -e "Message from" > $CLIENTCLEAN/$C || true
# Take the clean lines and add them # Take the clean lines and add them
cat $CLIENTOUT/$C | grep -v "\[CLIENT\]" | grep -e "Received\:" -e "Sending Message" -e "Message from" >> $CLIENTCLEAN/$C || true cat $CLIENTOUT/$C | grep -v "\[CLIENT\]" | grep -e "Received\:" -e "Sending Message" -e "Message from" >> $CLIENTCLEAN/$C || true
cat $CLIENTOUT/$C | grep -v "\[CLIENT\]" | cut -d\ -f5- | grep -e "Received\:" >> $CLIENTCLEAN/$C || true
done done
# only expect up to 10c messages from the e2e clients # only expect up to 10c messages from the e2e clients
head -10 $CLIENTCLEAN/client9_rekey.txt > $CLIENTCLEAN/client9.txt || true head -10 $CLIENTCLEAN/client9_rekey.txt | grep -v "\.\.\." > $CLIENTCLEAN/client9.txt || true
head -10 $CLIENTCLEAN/client18_rekey.txt > $CLIENTCLEAN/client18.txt || true head -10 $CLIENTCLEAN/client18_rekey.txt | grep -v "\.\.\." > $CLIENTCLEAN/client18.txt || true
rm $CLIENTCLEAN/client9_rekey.txt $CLIENTCLEAN/client18_rekey.txt || true rm $CLIENTCLEAN/client9_rekey.txt $CLIENTCLEAN/client18_rekey.txt || true
for C in $(ls -1 $CLIENTCLEAN); do for C in $(ls -1 $CLIENTCLEAN); do
......
Message from 1370780053..., Hk5XFJO6EF5R98MW7/FTYaC5rHbJ3tRFYZkj4EKd3ro= Received: Hello, 9, with E2E Encryption Received: Hello, 9, with E2E Encryption
Sending Message to 18, Bernardo: Hello, 18, with E2E Encryption Sending Message to 18, Bernardo: Hello, 18, with E2E Encryption
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment