We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7805d35 commit 84bc782Copy full SHA for 84bc782
testrunner/test_defs/test_defs.py
@@ -96,7 +96,7 @@ def _AddTest(self, test):
96
test: TestSuite to add
97
"""
98
if self.GetTest(test.GetName()) is not None:
99
- logger.Log("Overriding test definition %s" % test.GetName())
+ logger.SilentLog("Overriding test definition %s" % test.GetName())
100
self._testname_map[test.GetName()] = test
101
102
def GetTests(self):
0 commit comments