Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Computing
cbmroot
Commits
9d4abe7a
Commit
9d4abe7a
authored
4 years ago
by
Administrator
Browse files
Options
Downloads
Patches
Plain Diff
Remove obsolete test
The test will always fail since the used classes were removed from the code base.
parent
70063a58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#11111
passed
3 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/beamtime/CMakeLists.txt
+0
-8
0 additions, 8 deletions
macro/beamtime/CMakeLists.txt
with
0 additions
and
8 deletions
macro/beamtime/CMakeLists.txt
+
0
−
8
View file @
9d4abe7a
...
...
@@ -8,14 +8,6 @@ File(COPY ${CBMROOT_SOURCE_DIR}/macro/include/.rootrc DESTINATION ${CBMROOT_BINA
# Define the number of events to run
Set
(
NumEvents 2
)
If
(
EXISTS /lustre/cbm/prod/beamtime/2014/12/cosy/run106_production_sts3exttrig_0000.lmd
)
# STS COSY December 2014 beamtime => LMD
GENERATE_ROOT_TEST_SCRIPT
(
${
CBMROOT_SOURCE_DIR
}
/macro/beamtime/tests/StsCosyDec14.C
)
add_test
(
StsCosyDec14
${
CBMROOT_BINARY_DIR
}
/macro/beamtime/tests/StsCosyDec14.sh
${
NumEvents
}
)
SET_TESTS_PROPERTIES
(
StsCosyDec14 PROPERTIES TIMEOUT
"600"
)
SET_TESTS_PROPERTIES
(
StsCosyDec14 PROPERTIES PASS_REGULAR_EXPRESSION
"Test Passed;All ok"
)
EndIf
()
If
(
EXISTS
${
CBMROOT_SOURCE_DIR
}
/input/hodoTop_source_1000ts_20160422.tsa
)
# STS Lab Setup => TSA
GENERATE_ROOT_TEST_SCRIPT
(
${
CBMROOT_SOURCE_DIR
}
/macro/beamtime/tests/FHodoLabSetup.C
)
...
...
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