diff options
Diffstat (limited to 'selftest/format-subunit')
-rwxr-xr-x | selftest/format-subunit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/selftest/format-subunit b/selftest/format-subunit index f7d09e835c..eba8c31682 100755 --- a/selftest/format-subunit +++ b/selftest/format-subunit @@ -30,6 +30,9 @@ class PlainFormatter(object): def testsuite_count(self, count): self.totalsuites = count + def progress(self, offset, whence): + pass + def report_time(self, time): if self.start_time is None: self.start_time = time |