summaryrefslogtreecommitdiff
path: root/selftest/format-subunit
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/format-subunit')
-rwxr-xr-xselftest/format-subunit2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/format-subunit b/selftest/format-subunit
index 25cc206fef..b949d8e9aa 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):