From 61ec6740af720b6b114415b5fcc20d1a31f689cb Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Mon, 2 Nov 2020 18:03:23 +0100 Subject: [PATCH] Examles: fix parsing of quotes --- examples/CLICSiD/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CLICSiD/CMakeLists.txt b/examples/CLICSiD/CMakeLists.txt index f31b06356..13c3c3941 100644 --- a/examples/CLICSiD/CMakeLists.txt +++ b/examples/CLICSiD/CMakeLists.txt @@ -160,7 +160,7 @@ if (DD4HEP_USE_GEANT4) COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh" EXEC_ARGS python ${DD4hep_DIR}/bin/g4GeometryScan --compact=$ENV{DD4hepINSTALL}/DDDetectors/compact/SiD.xml "--position=0,0,0" "--direction=0,1,0" - REGEX_PASS "| 856 2374.8789 3000.000 ( 0.00,3000.00, 0.00) Path:"/world" Shape:G4Box Mat:Air" ) + REGEX_PASS "| 856 2374.8789 3000.000 ( 0.00,3000.00, 0.00) Path:\"/world\" Shape:G4Box Mat:Air" ) # # Geant4 simulations with initialization using AClick and XMl foreach(script CLICSiDXML CLICSiDAClick) -- GitLab