From 84088bb832b53dbccd33ae954029b1540bf3a1a4 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Thu, 9 Jun 2022 15:31:20 +0200 Subject: [PATCH] Fix test --- examples/Conditions/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Conditions/CMakeLists.txt b/examples/Conditions/CMakeLists.txt index 41bec538c..d5137b46d 100644 --- a/examples/Conditions/CMakeLists.txt +++ b/examples/Conditions/CMakeLists.txt @@ -150,7 +150,7 @@ dd4hep_add_test_reg( Conditions_Telescope_unresolved COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_Conditions.sh" EXEC_ARGS geoPluginRun -destroy -plugin DD4hep_ConditionExample_populate -input file:${CMAKE_INSTALL_PREFIX}/examples/AlignDet/compact/Telescope.xml -iovs 1 -extend 100 - REGEX_PASS "Condition: /world/Telescope/module_6#Unresolved_dependency dependent on missing condition: /world/Telescope#unresolved_data" + REGEX_PASS "Condition: /world/Telescope/module_6#Unresolved_dependency dependent on missing condition item:" ) # #---Testing: Simple stress: Load CLICSiD geometry and have multiple runs on IOVs -- GitLab