Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
339327bd
Commit
339327bd
authored
15 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
SE-133 integration tests - shutdown openbis server only if it is still running
SVN: 12768
parent
8e5b82ce
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration-tests/common.bash
+4
-0
4 additions, 0 deletions
integration-tests/common.bash
with
4 additions
and
0 deletions
integration-tests/common.bash
+
4
−
0
View file @
339327bd
...
@@ -436,6 +436,10 @@ function install_datamovers {
...
@@ -436,6 +436,10 @@ function install_datamovers {
function
restart_openbis
{
function
restart_openbis
{
assert_dir_exists_or_die
$OPENBIS_SERVER
assert_dir_exists_or_die
$OPENBIS_SERVER
if
[
"
`
check_server_port
`
"
!=
""
]
;
then
# maybe server is just closing, wait a moment
sleep
5
fi
if
[
"
`
check_server_port
`
"
!=
""
]
;
then
if
[
"
`
check_server_port
`
"
!=
""
]
;
then
echo
Shutting down openbis server.
echo
Shutting down openbis server.
shutdown_openbis_server
shutdown_openbis_server
...
...
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