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
ab79a99d
Commit
ab79a99d
authored
5 years ago
by
Rick Carback
Browse files
Options
Downloads
Patches
Plain Diff
Fix some messaging so it's clearer what is happening during the test
parent
c53b5fde
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
smokeinfra/run.sh
+2
-10
2 additions, 10 deletions
smokeinfra/run.sh
with
2 additions
and
10 deletions
smokeinfra/run.sh
+
2
−
10
View file @
ab79a99d
...
...
@@ -45,7 +45,7 @@ sleep 120
jobs
-p
>
results/serverpids
finish
()
{
echo
"
KILLED!
STOPPING SERVERS AND GATEWAYS..."
echo
"STOPPING SERVERS AND GATEWAYS..."
# NOTE: jobs -p doesn't work in a signal handler
for
job
in
$(
cat
results/serverpids
)
do
...
...
@@ -59,13 +59,6 @@ trap finish INT
sleep
15
echo
"STOPPING SERVERS AND GATEWAYS..."
# NOTE: jobs -p doesn't work in a signal handler
for
job
in
$(
cat
results/serverpids
)
do
echo
"Stopping
$job
"
kill
$job
done
echo
"CHECKING OUTPUT FOR ERRORS"
set
+x
...
...
@@ -87,6 +80,5 @@ if [ ! -s rid.txt ]; then
exit
42
fi
echo
"SUCCESS!"
tail
$SERVERLOGS
/
*
.console
echo
"SUCCESS!"
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