File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # NEV > 1
1+ # NEV_TEST > 1
22[GeneratorExternal]
33fileName =${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator_EPOS4.C
44funcName =generateEPOS4(" ${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator/examplepbpb.optns" , 2147483647)
Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ get_test_script_path_for_ini()
7979get_nevents_from_ini ()
8080{
8181 # function to force the number of events to be simulated from the ini file (default = 100)
82- # Syntax: #NEV > 10 (space between #NEV > and the number is mandatory)
82+ # Syntax: #NEV_TEST > 10 (space between #NEV_TEST > and the number is mandatory)
8383 # To be used only if external generator takes too long to run causing timeouts in CI
8484 local ini_path=${1}
85- local nev=$( grep " #NEV >" ${ini_path} | tail -n 1 | awk ' {print $2}' | tr -d ' ' )
85+ local nev=$( grep " #NEV_TEST >" ${ini_path} | tail -n 1 | awk ' {print $2}' | tr -d ' ' )
8686 [[ " ${nev} " == " " ]] && nev=100
8787 echo ${nev}
8888}
You can’t perform that action at this time.
0 commit comments