Skip to content

Commit e82a624

Browse files
Benedikt Volkelgconesab
authored andcommitted
[GenTest] Always include partonic event
1 parent 0704de4 commit e82a624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/run_generator_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ exec_test()
8585
echo "### Testing ${ini_path} with generator ${generator} ###" > ${LOG_FILE_GENERIC_KINE}
8686
echo "### Testing ${ini_path} with generator ${generator} ###" > ${LOG_FILE_SIM}
8787
# run the simulation, fail if not successful
88-
o2-sim -g ${generator_lower} ${trigger} --noGeant -n 100 -j 4 --configFile ${ini_path} >> ${LOG_FILE_SIM} 2>&1
88+
o2-sim -g ${generator_lower} ${trigger} --noGeant -n 100 -j 4 --configFile ${ini_path} --configKeyValues "GeneratorPythia8.includePartonEvent=true" >> ${LOG_FILE_SIM} 2>&1
8989
RET=${?}
9090
[[ "${RET}" != "0" ]] && { remove_artifacts ; return ${RET} ; }
9191

0 commit comments

Comments
 (0)