Skip to content
Snippets Groups Projects
Commit 63b96cdf authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TestTools: ignore printout changes from EventLoopMgr

Ignore changes in printout from EventLoopMgr coming from gaudi/Gaudi!993.
parent 82b05017
No related branches found
No related tags found
4 merge requests!78241Draft: FPGATrackSim: GenScan code refactor,!78236Draft: Switching Streams https://its.cern.ch/jira/browse/ATR-27417,!78166TestTools: ignore printout changes from EventLoopMgr,!76343Draft: MooTrackBuilder: Recalibrate NSW hits in refine method
#!/usr/bin/env bash
#
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
#
#/** @file post.sh
# @brief sh script that checks the return code of an executable and compares
......@@ -187,6 +187,10 @@ PP="$PP"'|INFO Found XML file:|INFO copying from'
# Differences between Gaudi versions.
PP="$PP"'|DEBUG input handles:|DEBUG output handles:|DEBUG Data Deps for|DEBUG Property update for OutputLevel :|-ExtraInputs |-ExtraOutputs |-Cardinality |-IsClonable |-NeededResources |-Timeline |Service base class initialized successfully'
# Changes in EventLoopMgr printout (Gaudi!993)
PP="$PP"'|WARNING No events will be processed from external input'
PP="$PP"'|Unable to locate service "EventSelector"'
# StoreGate INFO messages changed to VERBOSE
PP="$PP"'|^(StoreGateSvc|[^ ]+Store) +(INFO|VERBOSE) (Stop|stop|Start)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment