Skip to content
Snippets Groups Projects
Commit 5dec4cb0 authored by Andre Sailer's avatar Andre Sailer Committed by MarkusFrankATcernch
Browse files

DDTEst: ddsim test, do not fail for G4Exception warning

parent ef46d659
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ if (DD4HEP_USE_GEANT4) ...@@ -101,7 +101,7 @@ if (DD4HEP_USE_GEANT4)
ddsim --compactFile=${CMAKE_INSTALL_PREFIX}/DDDetectors/compact/SiD.xml --runType=batch -G -N=2 ddsim --compactFile=${CMAKE_INSTALL_PREFIX}/DDDetectors/compact/SiD.xml --runType=batch -G -N=2
--outputFile=testSid${OUTPUT_FILE} --outputFile=testSid${OUTPUT_FILE}
--gun.position \"0.0 0.0 1.0*cm\" --gun.direction \"1.0 0.0 1.0\" --gun.momentumMax 100*GeV --part.userParticleHandler=) --gun.position \"0.0 0.0 1.0*cm\" --gun.direction \"1.0 0.0 1.0\" --gun.momentumMax 100*GeV --part.userParticleHandler=)
SET_TESTS_PROPERTIES( t_test_ddsim_${OUTPUT_FILE} PROPERTIES FAIL_REGULAR_EXPRESSION "Exception;EXCEPTION;ERROR;Error" ) SET_TESTS_PROPERTIES( t_test_ddsim_${OUTPUT_FILE} PROPERTIES FAIL_REGULAR_EXPRESSION " Exception; EXCEPTION;ERROR;Error" )
endforeach() endforeach()
endif() endif()
......
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