Skip to content

Commit

Permalink
Simplify and fix late grammars in component properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusFrankATcernch committed Nov 21, 2022
1 parent 4fd3018 commit 1dbfc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/DDDigi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dd4hep_configure_scripts (DDDigi DEFAULT_SETUP WITH_TESTS)
dd4hep_add_test_reg(DDDigi_framework
COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_DDDigi.sh"
EXEC_ARGS ${Python_EXECUTABLE} ${DDDigiexamples_INSTALL}/scripts/TestFramework.py
REGEX_PASS "\\+\\+\\+ 10 Events out of 10 processed."
REGEX_PASS "\\+\\+\\+ 5 Events out of 5 processed."
REGEX_FAIL "Error;ERROR;Exception"
)
#
Expand Down
2 changes: 1 addition & 1 deletion examples/DDDigi/scripts/TestFramework.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run():

dddigi.setPrintLevel(dddigi.OutputLevel.DEBUG)
kernel.numThreads = 0 # = number of concurrent threads
kernel.numEvents = 5
kernel.numEvents = 5
kernel.maxEventsParallel = 3
kernel.run()
dddigi.setPrintLevel(dddigi.OutputLevel.INFO)
Expand Down

0 comments on commit 1dbfc47

Please sign in to comment.