Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
f9c444dc
Commit
f9c444dc
authored
5 years ago
by
Rick Carback
Browse files
Options
Downloads
Patches
Plain Diff
Remove comment to fix client, since that's been done
parent
c3ff1122
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/run.sh
+0
-22
0 additions, 22 deletions
basice2e/run.sh
with
0 additions
and
22 deletions
basice2e/run.sh
+
0
−
22
View file @
f9c444dc
...
@@ -198,28 +198,6 @@ wait $PIDVAL
...
@@ -198,28 +198,6 @@ wait $PIDVAL
wait
$PIDVAL2
wait
$PIDVAL2
# FIXME: Go into client and clean up it's output so this is not necessary
# for C in $(ls -1 $CLIENTOUT); do
# # Remove the [CLIENT] Lines and cut them down
# strings $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
# strings $CLIENTOUT/$C | grep -v "\[CLIENT\]" | grep -e "Received\:" -e "Sending Message" -e "Message from" >> $CLIENTCLEAN/$C || true
# strings $CLIENTOUT/$C | grep -v "\[CLIENT\]" | cut -d\ -f5- | grep -e "Received\:" >> $CLIENTCLEAN/$C || true
# done
# only expect up to 10c messages from the e2e clients
# 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 "\.\.\." | grep -v "Timestamp" > $CLIENTCLEAN/client18.txt || true
# rm $CLIENTCLEAN/client9_rekey.txt $CLIENTCLEAN/client18_rekey.txt || true
# strings $CLIENTCLEAN/client42.txt | grep -v "Timestamp" | grep -v "\.\.\." > $CLIENTCLEAN/client42-clean.txt || true
# strings $CLIENTCLEAN/client43.txt | grep -v "Timestamp" | grep -v "\.\.\." > $CLIENTCLEAN/client43-clean.txt || true
# strings $CLIENTCLEAN/client74.txt | grep -v "Timestamp" | grep -v "\.\.\." > $CLIENTCLEAN/client74-clean.txt || true
# mv $CLIENTCLEAN/client42-clean.txt $CLIENTCLEAN/client42.txt
# mv $CLIENTCLEAN/client43-clean.txt $CLIENTCLEAN/client43.txt
cp
$CLIENTOUT
/
*
.txt
$CLIENTCLEAN
/
cp
$CLIENTOUT
/
*
.txt
$CLIENTCLEAN
/
# Ignore rekey for now
# Ignore rekey for now
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment