From 6a5a6fa76522bb0463349a71fe4afae39e69f502 Mon Sep 17 00:00:00 2001 From: Davide Fazzini <davide.fazzini@cern.ch> Date: Wed, 21 Sep 2022 09:10:27 +0200 Subject: [PATCH] Fix for handling correctly IOVProducer location in dd4hep builds --- .../python/DaVinciTests/QMTest/DaVinciExclusions.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DaVinciTests/python/DaVinciTests/QMTest/DaVinciExclusions.py b/DaVinciTests/python/DaVinciTests/QMTest/DaVinciExclusions.py index 44b8e6b00..722211bd4 100755 --- a/DaVinciTests/python/DaVinciTests/QMTest/DaVinciExclusions.py +++ b/DaVinciTests/python/DaVinciTests/QMTest/DaVinciExclusions.py @@ -23,7 +23,11 @@ remove_uninteresting_lines = LineSkipper(regexps=[ r"HLTControlFlowMgr +INFO", r"<module .*", "SUCCESS Exceptions/Errors/Warnings/Infos Statistics :", "INFO MuonIDAlg v", "DaVinciInitAlg.DaVinciMemory", - "mc_unpackers' must run BEFORE 'unpackers'", "MD5 sum:" + "mc_unpackers' must run BEFORE 'unpackers'", "MD5 sum:", + "DeFTDetector +INFO Current FT geometry version", + "LHCb::Det::LbDD4hep::DD4hepSvc +INFO Field map location", + "DeMagnetConditionCall +INFO Loading mag field from", + "MagneticFieldExtension +INFO Scale factor" ]) # Remove known warnings from the references -- GitLab