Skip to content

Commit

Permalink
Fix the arguments for a test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 28, 2024
1 parent fe1623d commit c9a3f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4Gen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ set_test_env(Pythia8Default)

add_test(NAME Pythia8ExtraSettings
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND k4run ${CMAKE_CURRENT_LIST_DIR}/options/pythia.py --pythiaExtraSettings "Beams:idA = 13" "Beams:idB = -13"
COMMAND k4run ${CMAKE_CURRENT_LIST_DIR}/options/pythia.py --pythiaExtraSettings.Pythia8.PythiaInterface "Beams:idA = 13" "Beams:idB = -13"
)
set_tests_properties(Pythia8ExtraSettings PROPERTIES
PASS_REGULAR_EXPRESSION "We collide mu- with mu"
Expand Down

0 comments on commit c9a3f34

Please sign in to comment.