Skip to content

Add global exclusion for the ROOT change of units warning printed on stderr and adapted tests

Ben Couturier requested to merge bcouturi_fix_dd4hep_tests into master

Add global exclusion for the ROOT change of units warning printed on stderr and adapted tests. Unfortunately with the verion of ROOT in LCG 100 and LCG 101, the following message:

Changing system of units to ROOT units (cm, s, GeV) Changing system of units to Geant4 units (mm, ns, MeV)

are printed on stderr causing the tests to fail. This is fixed in the current development branch but we need to hide thiose messages for the moment.

Merge request reports