diff options
Diffstat (limited to 'selftest/format-subunit')
-rwxr-xr-x | selftest/format-subunit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/format-subunit b/selftest/format-subunit index 25cc206fef3..b949d8e9aa2 100755 --- a/selftest/format-subunit +++ b/selftest/format-subunit @@ -122,7 +122,7 @@ class PlainFormatter(subunithelper.TestsuiteEnabledTestResult): sys.stdout.write(out) - def startTest(self, testname): + def startTest(self, test): pass def end_test(self, testname, result, unexpected, reason=None): |