AliceO2Group / AliceO2

O2 software project for the ALICE experiment at CERN
GNU General Public License v3.0
95 stars 424 forks source link

Unit tests TPC simulation and simulation/digitisation/clusterisation shell scripts #299

Open wiechula opened 7 years ago

wiechula commented 7 years ago

Using the the shell scripts in the O2 bulid folder for simulation/digitisation and clusteristiaon don't work. macro/run_*tpc.sh It seems that the library path is not set properly. For this reason, most probably, also the 'make tests' concerning simulation fail for its and tpc. E.g.: 12/29 Test #12: run_sim_tpc_TGeant3 ..............***Failed Required regular expression not found.Regex=[Macro finished succesfully ] 24.58 sec

20/29 Test #20: run_sim_its_G3 ...................***Failed Required regular expression not found.Regex=[Macro finished succesfully ] 0.90 sec

ktf commented 7 years ago

Were you compiling with --defaults o2-daq?

sawenzel commented 7 years ago

No ... the simulations are fully enabled and I confirm that the scripts seem to be broken. I will look into this.