Skip to content

Commit e16da7d

Browse files
committed
Changed NEV to NEV_TEST
1 parent 988ad66 commit e16da7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MC/config/examples/ini/GeneratorEPOS4PbPb.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#NEV> 1
1+
#NEV_TEST> 1
22
[GeneratorExternal]
33
fileName=${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator_EPOS4.C
44
funcName=generateEPOS4("${O2DPG_MC_CONFIG_ROOT}/MC/config/examples/epos4/generator/examplepbpb.optns", 2147483647)

test/run_generator_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ get_test_script_path_for_ini()
7979
get_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
}

0 commit comments

Comments
 (0)