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

TestTools: Ignore StatusCodeSvc in log file comparison

StautsCodeSvc is deprecated. Ignore all differences due to it.
parent d46cbb5b
No related branches found
No related tags found
No related merge requests found
......@@ -145,11 +145,10 @@ PP="$PP"'|//GP: '
#ignore which malloc we are using
PP="$PP"'|^Preloading tcmalloc'
PP="$PP"'|^WARNING: TCMALLOCDIR not defined'
#Sebastien says not to worry about this...
PP="$PP"'|^Py:AthFile .*shutting down athfile-server'
PP="$PP"'|^HistogramPersis... INFO *.CnvServices.:'
PP="$PP"'|^HistogramPersis.*Histograms saving not required.'
PP="$PP"'|StatusCodeSvc INFO initialize'
PP="$PP"'|^StatusCodeSvc'
PP="$PP"'|^ApplicationMgr +INFO Successfully loaded'
PP="$PP"'|^IncidentSvc +DEBUG Service base class'
PP="$PP"'|^ClassIDSvc +WARNING Could not resolve clid DB path notthere.db'
......
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