Skip to content
Snippets Groups Projects
Commit 86ad57a4 authored by Patrick Karl Czodrowski's avatar Patrick Karl Czodrowski Committed by Graeme Stewart
Browse files

decreasing WARNING message limit for L2EFMerging test from 0 to 5000,...

decreasing WARNING message limit for L2EFMerging test from 0 to 5000, L2EFMerging <errorMessage>ERROR </errorMessage>  => FAILURE, both ATR-1168 (TriggerTest-00-07-19)

	* decreasing WARNING message limit for L2EFMerging test from 0 to 5000
	* L2EFMerging <errorMessage>ERROR </errorMessage>  => FAILURE
    * both ATR-11688
    * TriggerTest-00-07-19
parent 006109c6
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ if TriggerFlags.doHLT():
ServiceMgr.ROBDataProviderSvc.OutputLevel=WARNING
ServiceMgr.MessageSvc.debugLimit=0
ServiceMgr.MessageSvc.warningLimit=0
ServiceMgr.MessageSvc.warningLimit=5000
#ServiceMgr.MessageSvc.infoLimit=0
print " End of configuration for testAthenaL2EFMerging"
......
......@@ -83,7 +83,7 @@
<author>TAPM validation</author>
<mailto> francesca.pastore@cern.ch </mailto>
<expectations>
<errorMessage>ERROR </errorMessage>
<errorMessage>FAILURE </errorMessage>
<returnValue>0</returnValue>
</expectations>
</TEST>
......
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