summaryrefslogtreecommitdiff
path: root/selftest/filter-subunit
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-12-04 01:55:23 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-12-05 23:11:04 +0100
commit0fee2c01b8d33710d63bb697351a6a414100b5c2 (patch)
treeb4176aeb10e4ed88f9980066c550ed6f2dd2ae8e /selftest/filter-subunit
parente62654578b3aa1ddafd8faf85b65d9702f49fba3 (diff)
downloadsamba-0fee2c01b8d33710d63bb697351a6a414100b5c2.tar.gz
samba-0fee2c01b8d33710d63bb697351a6a414100b5c2.tar.bz2
samba-0fee2c01b8d33710d63bb697351a6a414100b5c2.zip
selftest: Display unexpected successes and expected failures.
Diffstat (limited to 'selftest/filter-subunit')
-rwxr-xr-xselftest/filter-subunit19
1 files changed, 17 insertions, 2 deletions
diff --git a/selftest/filter-subunit b/selftest/filter-subunit
index ef3172171e..1b88575f80 100755
--- a/selftest/filter-subunit
+++ b/selftest/filter-subunit
@@ -1,7 +1,22 @@
#!/usr/bin/env python
# Filter a subunit stream
-# Copyright (C) Jelmer Vernooij <jelmer@samba.org>
-# Published under the GNU GPL, v3 or later
+# Copyright (C) 2009-2011 Jelmer Vernooij <jelmer@samba.org>
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+# NOTE: This script is a hack, meant as a placeholder until we can migrate
+# to upstream subunit's filtering tools.
import optparse
import os