Skip to content
Snippets Groups Projects

Remove redundant FSRSink declaration

Merged Davide Fazzini requested to merge dfazzini_remove_fsrsink_from_config into master
Files
3
@@ -49,9 +49,9 @@
<text>DaVinciExamples.tupling.AllFunctors_TurboSpruce:alg_config</text>
</set></argument>
<argument name="validator"><text>
from Moore.qmtest.exclusions import remove_known_warnings
from DaVinciTests.QMTest.DaVinciExclusions import preprocessor
countErrorLines({"FATAL": 0, "WARNING": 0, "ERROR": 0},
stdout=remove_known_warnings(stdout))
stdout=preprocessor(stdout))
findReferenceBlock("""HLTControlFlowMgr INFO StateTree: CFNode #executed #passed
Loading