diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-18 19:58:47 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-18 19:58:47 +0200 |
commit | fc7050e54c69919d754ca0adf3f2f741a501fec4 (patch) | |
tree | 91d72fc77f7d96779a4906dae9435b8d25f9ed17 /source4/script | |
parent | 900768067831f773b7cdeec03e095956bccb961e (diff) | |
download | samba-fc7050e54c69919d754ca0adf3f2f741a501fec4.tar.gz samba-fc7050e54c69919d754ca0adf3f2f741a501fec4.tar.bz2 samba-fc7050e54c69919d754ca0adf3f2f741a501fec4.zip |
Add header.
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/harness2subunit.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/script/harness2subunit.pl b/source4/script/harness2subunit.pl index 9f2391ad6c..45f515540b 100755 --- a/source4/script/harness2subunit.pl +++ b/source4/script/harness2subunit.pl @@ -1,4 +1,8 @@ #!/usr/bin/perl +# Simple script that converts Perl test harness output to +# Subunit +# Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org> +# Published under the GNU GPL, v3 or later my $firstline = 1; my $error = 0; |