diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-02 13:13:37 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-02 13:14:53 +0200 |
commit | 4190bd4e3463091d239acb521f7ba1cad04e8af7 (patch) | |
tree | 55f612df9764dc5c5dfc7cff080450969062999d /selftest/format-subunit | |
parent | 554289c261995e67e168a388f49d0861d75ce1a4 (diff) | |
download | samba-4190bd4e3463091d239acb521f7ba1cad04e8af7.tar.gz |
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-x | selftest/format-subunit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/format-subunit b/selftest/format-subunit index 2661045bb89..a267abe67e4 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): |