diff --git a/examples/Conditions/CMakeLists.txt b/examples/Conditions/CMakeLists.txt index ff3a6624ee66bdb84e568e4f9ba54c5c88f997ff..7a28ad6d8202deab17a4cab5e94a1af8355530ec 100644 --- a/examples/Conditions/CMakeLists.txt +++ b/examples/Conditions/CMakeLists.txt @@ -42,7 +42,7 @@ dd4hep_add_test_reg( Conditions_Telescope_cond_dump_by_detelement EXEC_ARGS geoPluginRun -volmgr -destroy -compact file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml -plugin DD4hep_ConditionsXMLRepositoryParser file:${DD4hep_DIR}/examples/Conditions/data/repository.xml - -plugin dd4hep_DetElementConditionsDump + -plugin DD4hep_DetElementConditionsDump REGEX_PASS "Path\\:/world/Telescope/module_9#alignment" REGEX_FAIL " ERROR ;EXCEPTION;Exception" )