From f8fabed14be2b0eaa1d75c6f7fb5c4ee52c0e6f7 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Wed, 11 Apr 2018 19:45:34 +0200 Subject: [PATCH] DDCMS: Add conversion of missing shapes --- examples/DDCMS/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DDCMS/CMakeLists.txt b/examples/DDCMS/CMakeLists.txt index 6d65761fe..6ef4540fb 100644 --- a/examples/DDCMS/CMakeLists.txt +++ b/examples/DDCMS/CMakeLists.txt @@ -50,7 +50,7 @@ dd4hep_add_test_reg( DDCMS_TestShapes COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_DDCMS.sh" EXEC_ARGS geoPluginRun -destroy -print WARNING -plugin DD4hep_XMLLoader file:${CMAKE_CURRENT_SOURCE_DIR}/data/cms_test_solids.xml - REGEX_PASS "Request to process unknown shape para \\[Parallelepiped\\]" + REGEX_PASS "Request to process unknown shape 'para' \\[Parallelepiped\\]" REGEX_FAIL "Exception" REGEX_FAIL "FAILED" ) -- GitLab