diff --git a/examples/CLICSiD/CMakeLists.txt b/examples/CLICSiD/CMakeLists.txt index 7727547c6953088c80ea920b75c47244ae6772a8..eb98ffa3a37aaefeec13b481c43680ad324e0eeb 100644 --- a/examples/CLICSiD/CMakeLists.txt +++ b/examples/CLICSiD/CMakeLists.txt @@ -132,7 +132,7 @@ endif() # Checksum test of the EcalBarrel sub-detector dd4hep_add_test_reg( CLICSiD_check_checksum_EcalBarrel COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh" - EXEC_ARGS geoPluginRun -input ${DD4hep_ROOT}/DDDetectors/compact/SiD.xml -plugin DD4hepDetectorChecksum -newline -readout -detector EcalBarrel + EXEC_ARGS geoPluginRun -input ${DD4hep_ROOT}/DDDetectors/compact/SiD.xml -plugin DD4hepDetectorChecksum -newline -readout -dump_detelements -debug 3 -detector EcalBarrel REGEX_PASS "Combined hash code 4105a5e5b8ee5046 \\(10375 sub-codes\\)" REGEX_FAIL "Exception;EXCEPTION;ERROR" )