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
bcd85423
Commit
bcd85423
authored
4 years ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Fix PID output
parent
2f605903
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/run.sh
+2
-2
2 additions, 2 deletions
basice2e/run.sh
with
2 additions
and
2 deletions
basice2e/run.sh
+
2
−
2
View file @
bcd85423
...
@@ -367,11 +367,11 @@ then
...
@@ -367,11 +367,11 @@ then
CLIENTCMD
=
"timeout 240s ../bin/client ud
$CLIENTUDOPTS
-l
$CLIENTOUT
/client13.log -s blob13 --searchusername josh31 --searchemail josh31@elixxir.io --searchphone 6178675310US"
CLIENTCMD
=
"timeout 240s ../bin/client ud
$CLIENTUDOPTS
-l
$CLIENTOUT
/client13.log -s blob13 --searchusername josh31 --searchemail josh31@elixxir.io --searchphone 6178675310US"
eval
$CLIENTCMD
>
$CLIENTOUT
/josh31.bin||
true
&
eval
$CLIENTCMD
>
$CLIENTOUT
/josh31.bin||
true
&
PIDVAL1
=
$!
PIDVAL1
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"
$CLIENTCMD
--
$PIDVAL
1
"
CLIENTCMD
=
"timeout 240s ../bin/client ud
$CLIENTUDOPTS
-l
$CLIENTOUT
/client31.log -s blob31 --searchusername josh13 --searchemail josh13@elixxir.io --searchphone 6178675309US"
CLIENTCMD
=
"timeout 240s ../bin/client ud
$CLIENTUDOPTS
-l
$CLIENTOUT
/client31.log -s blob31 --searchusername josh13 --searchemail josh13@elixxir.io --searchphone 6178675309US"
eval
$CLIENTCMD
>
$CLIENTOUT
/josh13.bin
||
true
&
eval
$CLIENTCMD
>
$CLIENTOUT
/josh13.bin
||
true
&
PIDVAL2
=
$!
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"
$CLIENTCMD
--
$PIDVAL
2
"
wait
$PIDVAL1
wait
$PIDVAL1
wait
$PIDVAL2
wait
$PIDVAL2
...
...
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