Skip to content

Commit

Permalink
fix: correct quoting of DDTest command line json
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Feb 10, 2024
1 parent e166b19 commit 02fa084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DDTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ if (DD4HEP_USE_GEANT4)
--steeringFile ${CMAKE_CURRENT_SOURCE_DIR}/python/userActionsSteeringFile.PY
--action.event "Geant4TestEventAction/EventActionCLI1"
--action.step "Geant4TestStepAction/StepActionCLI1,Geant4TestStepAction/StepActionCLI2"
--action.step '[ "Geant4TestStepAction/StepActionCLI2", "Geant4TestStepAction/StepActionCLI3" ]'
--action.stack '{ "name" : "Geant4TestStackAction/StackActionCLI1" , "parameter" : { "Property_int" : 10 } }'
--action.stack '[ { "name" : "Geant4TestStackAction/StackActionCLI2" , "parameter" : { "Property_int" : 10 } } ]'
--action.step '\[ \"Geant4TestStepAction/StepActionCLI3\" , \"Geant4TestStepAction/StepActionCLI4\" \]'
--action.stack '\{ \"name\" : \"Geant4TestStackAction/StackActionCLI1\" , \"parameter\" : \{ \"Property_int\" : 10 \} \}'
--action.stack '\[ \{ \"name\" : \"Geant4TestStackAction/StackActionCLI2\" , \"parameter\" : { \"Property_int\" : 10 \} \} \]'
)

endif()
Expand Down

0 comments on commit 02fa084

Please sign in to comment.