From e2841d0f042046797912a9dc2d19ecef1e02c918 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Fri, 1 May 2020 00:07:45 +0200 Subject: [PATCH] FastCaloSim: More patterns to ignore. In test comparison, ignore some magfield messages. --- Simulation/FastShower/FastCaloSim/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulation/FastShower/FastCaloSim/CMakeLists.txt b/Simulation/FastShower/FastCaloSim/CMakeLists.txt index 0175d1d74fe..85e00e690e4 100644 --- a/Simulation/FastShower/FastCaloSim/CMakeLists.txt +++ b/Simulation/FastShower/FastCaloSim/CMakeLists.txt @@ -97,7 +97,7 @@ atlas_install_joboptions( share/*.py ) atlas_add_test( FastShowerCellBuilderTool_test SCRIPT test/FastShowerCellBuilderTool_test.sh PROPERTIES TIMEOUT 600 - LOG_IGNORE_PATTERN "Reading file|FastCaloSimFactory|FileName|default:|DATAPATH|Cache alignment|map from|Database being retired|Resolved path|^Domain|HepPDT Version|from file|AtlasTracking.* INFO|CaloTra.* INFO|TrackingGeometrySvc|INFO finalize|INFO Disconnecting from|INFO.*10-bit|Py:Athena +INFO" ) + LOG_IGNORE_PATTERN "Reading file|FastCaloSimFactory|FileName|default:|DATAPATH|Cache alignment|map from|Database being retired|Resolved path|^Domain|HepPDT Version|from file|AtlasTracking.* INFO|CaloTra.* INFO|TrackingGeometrySvc|INFO finalize|INFO Disconnecting from|INFO.*10-bit|Py:Athena +INFO|AtlasField|IOVDbFolder" ) atlas_add_test( AddNoiseCellBuilderToolConfigTest_test -- GitLab