File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,15 @@ if [ $seed -eq 0 ]; then
2626 seed=$RANDOM
2727fi
2828
29- # Check if the environment variable LIBDIR is set (important with o2dpg-sim-tests on CI machines)
30- if [ -z " ${LIBDIR} " ]; then
31- export LIBDIR=$EPOS4_ROOT /epos4/bin
32- fi
33-
34- # Check if the environment variable EPO4 is set (important with o2dpg-sim-tests on CI machines)
35- # If not, set all the EPOS4 related variables, most likely they are set wrongly as well.
29+ # Check if the environment variable EPO4 is set (mandatory with o2dpg-sim-tests on CI machines)
30+ # If not, set all the EPOS4 related variables, most likely they are unset as well.
3631if [ -z " ${EPO4} " ]; then
3732 export EPO4=$EPOS4_ROOT /epos4/
33+ export LIBDIR=$EPOS4_ROOT /epos4/bin
3834 export EPO4VSN=4.0.0
35+ export OPT=./
36+ export HTO=./
37+ export CHK=./
3938fi
4039
4140# Or filters the stdout with only HepMC2 useful data
You can’t perform that action at this time.
0 commit comments