File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -121,24 +121,25 @@ set_tests_properties(o2sim_G4
121121set_property (TEST o2sim_G4 APPEND PROPERTY ENVIRONMENT ${G4ENV} )
122122
123123# # note that the MT is currently only supported in the non FairMQ version
124- o2_add_test_command (NAME o2sim_G4_mt
125- WORKING_DIRECTORY ${SIMTESTDIR}
126- TIMEOUT 400
127- COMMAND $<TARGET_FILE :${o2simSerialExecutable} >
128- COMMAND_LINE_ARGS -n
129- 1
130- -e
131- TGeant4
132- --isMT
133- on
134- -o
135- o2simG4MT
136- ENVIRONMENT "${SIMENV} "
137- LABELS "g4;sim;long" )
138- set_tests_properties (o2sim_G4_mt
139- PROPERTIES PASS_REGULAR_EXPRESSION
140- "Macro finished succesfully" )
141- set_property (TEST o2sim_G4_mt APPEND PROPERTY ENVIRONMENT ${G4ENV} )
124+ # # switched off
125+ # o2_add_test_command(NAME o2sim_G4_mt
126+ # WORKING_DIRECTORY ${SIMTESTDIR}
127+ # TIMEOUT 400
128+ # COMMAND $<TARGET_FILE:${o2simSerialExecutable}>
129+ # COMMAND_LINE_ARGS -n
130+ # 1
131+ # -e
132+ # TGeant4
133+ # --isMT
134+ # on
135+ # -o
136+ # o2simG4MT
137+ # ENVIRONMENT "${SIMENV}"
138+ # LABELS "g4;sim;long")
139+ #set_tests_properties(o2sim_G4_mt
140+ # PROPERTIES PASS_REGULAR_EXPRESSION
141+ # "Macro finished succesfully")
142+ #set_property(TEST o2sim_G4_mt APPEND PROPERTY ENVIRONMENT ${G4ENV})
142143
143144
144145o2_add_test (CheckStackG4
You can’t perform that action at this time.
0 commit comments