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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Merge requests
!28
Add integration test for connections
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add integration test for connections
feature/XX-3958/ConnectionCLI
into
release
Overview
2
Commits
7
Pipelines
0
Changes
1
2 open threads
Hide all comments
Merged
Add integration test for connections
Josh Brooks
requested to merge
feature/XX-3958/ConnectionCLI
into
release
Jun 29, 2022
Overview
2
Commits
7
Pipelines
0
Changes
1
2 open threads
Hide all comments
0
0
Merge request reports
Viewing commit
ce7408d4
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ce7408d4
Bad copy paste bug
· ce7408d4
Josh Brooks
authored
Jul 12, 2022
basice2e/run.sh
+
1
−
1
View file @ ce7408d4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -897,7 +897,7 @@ then
eval
$CLIENTCMD
>>
$CLIENTOUT
/client31.txt
||
true
&
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client13.log -s blob13 --destfile
destfiledestfile
$CLIENTOUT
/josh31.bin --sendCount 5 --receiveCount 5 -m
\"
Hello from Josh13, with E2E Encryption
\"
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client13.log -s blob13 --destfile
$CLIENTOUT
/josh31.bin --sendCount 5 --receiveCount 5 -m
\"
Hello from Josh13, with E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client13.txt
||
true
&
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
Loading