summaryrefslogtreecommitdiff
path: root/selftest/format-subunit
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-02 13:13:37 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-02 13:14:53 +0200
commit4190bd4e3463091d239acb521f7ba1cad04e8af7 (patch)
tree55f612df9764dc5c5dfc7cff080450969062999d /selftest/format-subunit
parent554289c261995e67e168a388f49d0861d75ce1a4 (diff)
downloadsamba-4190bd4e3463091d239acb521f7ba1cad04e8af7.tar.gz
samba-4190bd4e3463091d239acb521f7ba1cad04e8af7.tar.bz2
samba-4190bd4e3463091d239acb521f7ba1cad04e8af7.zip
land: Move stage building into a separate class so we can have subclasses (e.g. subunit-specific).
Diffstat (limited to 'selftest/format-subunit')
-rwxr-xr-xselftest/format-subunit1
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/format-subunit b/selftest/format-subunit
index 2661045bb8..a267abe67e 100755
--- a/selftest/format-subunit
+++ b/selftest/format-subunit
@@ -93,7 +93,6 @@ class PlainFormatter(subunithelper.TestsuiteEnabledTestResult):
sys.stdout.write(output)
def control_msg(self, output):
- #$self->output_msg($output)
pass
def end_testsuite(self, name, result, reason):