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

more timestamp removals

parent ab3d69d3
Branches
No related tags found
No related merge requests found
...@@ -208,8 +208,8 @@ for C in $(ls -1 $CLIENTOUT); do ...@@ -208,8 +208,8 @@ for C in $(ls -1 $CLIENTOUT); do
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 | strings | grep -v "\.\.\." > $CLIENTCLEAN/client9.txt || true head -10 $CLIENTCLEAN/client9_rekey.txt | strings | grep -v "\.\.\." | grep -v "Timestamp" > $CLIENTCLEAN/client9.txt || true
head -10 $CLIENTCLEAN/client18_rekey.txt | strings | grep -v "\.\.\." > $CLIENTCLEAN/client18.txt || true head -10 $CLIENTCLEAN/client18_rekey.txt | strings | grep -v "\.\.\." | grep -v "Timestamp" > $CLIENTCLEAN/client18.txt || true
rm $CLIENTCLEAN/client9_rekey.txt $CLIENTCLEAN/client18_rekey.txt || true rm $CLIENTCLEAN/client9_rekey.txt $CLIENTCLEAN/client18_rekey.txt || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment