From 7f1360db5123b61cd4473f54d4fb55746c5d8245 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 30 Mar 2010 14:36:25 +0200 Subject: selftest: Support parsing progress in format-subunit/filter-subunit. --- selftest/format-subunit | 3 +++ 1 file changed, 3 insertions(+) (limited to 'selftest/format-subunit') 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 -- cgit