From c7c2c391d2ee0cf1bedc2fece2abfa51cf6f6c28 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Wed, 9 Oct 2019 20:16:06 +0200 Subject: [PATCH] FastCaloSim: Fix test. Don't be sensitive to ordering of finalize() 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 5baafadeee5..f335cae2dd3 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 - EXTRA_PATTERNS "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" ) + EXTRA_PATTERNS "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" ) atlas_add_test( AddNoiseCellBuilderToolConfigTest_test -- GitLab