diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-12-04 01:55:23 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-12-05 23:11:04 +0100 |
commit | 0fee2c01b8d33710d63bb697351a6a414100b5c2 (patch) | |
tree | b4176aeb10e4ed88f9980066c550ed6f2dd2ae8e /selftest/filter-subunit | |
parent | e62654578b3aa1ddafd8faf85b65d9702f49fba3 (diff) | |
download | samba-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-x | selftest/filter-subunit | 19 |
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 |