Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
locklost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Benjamin Mannix
locklost
Commits
8d54ba85
Commit
8d54ba85
authored
4 years ago
by
Jameson Rollins
Browse files
Options
Downloads
Patches
Plain Diff
test: only use local NDS2 server if available, don't start
parent
81f5e124
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
test/run
+3
-2
3 additions, 2 deletions
test/run
with
3 additions
and
2 deletions
test/run
+
3
−
2
View file @
8d54ba85
...
...
@@ -34,10 +34,11 @@ export LOCKLOST_WEB_ROOT=https://ldas-jobs.ligo.caltech.edu/~lockloss
# create local nds2 lightweight server, if one is not already
# available, since for some reason it has access to more data not on
# tape
export
NDSSERVER
=
localhost:31200
#
export NDSSERVER=localhost:31200
# nds_query uses localhost:31200 by default
if
!
nds_query
--server-version
>
/dev/null 2>&1
;
then
~lockloss/bin/nds2-server-lightweight &
#~lockloss/bin/nds2-server-lightweight &
export
NDSSERVER
=
localhost:31200
fi
trap
"echo TEST FAIL: see
$LOCKLOST_EVENT_ROOT
"
EXIT
...
...
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