Skip to content
Snippets Groups Projects
Commit 9d4abe7a authored by Administrator's avatar Administrator
Browse files

Remove obsolete test

The test will always fail since the used classes were removed
from the code base.
parent 70063a58
No related branches found
No related tags found
1 merge request!376Remove obsolete test
Pipeline #11111 passed
...@@ -8,14 +8,6 @@ File(COPY ${CBMROOT_SOURCE_DIR}/macro/include/.rootrc DESTINATION ${CBMROOT_BINA ...@@ -8,14 +8,6 @@ File(COPY ${CBMROOT_SOURCE_DIR}/macro/include/.rootrc DESTINATION ${CBMROOT_BINA
# Define the number of events to run # Define the number of events to run
Set(NumEvents 2) 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) If(EXISTS ${CBMROOT_SOURCE_DIR}/input/hodoTop_source_1000ts_20160422.tsa)
# STS Lab Setup => TSA # STS Lab Setup => TSA
GENERATE_ROOT_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/beamtime/tests/FHodoLabSetup.C) GENERATE_ROOT_TEST_SCRIPT(${CBMROOT_SOURCE_DIR}/macro/beamtime/tests/FHodoLabSetup.C)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment