summaryrefslogtreecommitdiff
path: root/selftest/Subunit.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-05 17:25:42 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-11 19:59:59 +0200
commit84f2d3001dd8a9e8734d0b36f4e1445fc1a8254c (patch)
tree4d108911d5257ef64dd8fb875f1ab52b7e772f4e /selftest/Subunit.pm
parentd8a77a798b5c691c76fcbadbc41c97ff1c9922f3 (diff)
downloadsamba-84f2d3001dd8a9e8734d0b36f4e1445fc1a8254c.tar.gz
samba-84f2d3001dd8a9e8734d0b36f4e1445fc1a8254c.tar.bz2
samba-84f2d3001dd8a9e8734d0b36f4e1445fc1a8254c.zip
selftest/subunit: Add diff command that can diff two subunit streams.
Diffstat (limited to 'selftest/Subunit.pm')
-rw-r--r--selftest/Subunit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/Subunit.pm b/selftest/Subunit.pm
index bb23483d12..9ca68f3db2 100644
--- a/selftest/Subunit.pm
+++ b/selftest/Subunit.pm
@@ -187,7 +187,7 @@ sub skip_testsuite($;$)
{
my ($name, $reason) = @_;
if ($reason) {
- print "skip-testsuite: $name [$reason]\n";
+ print "skip-testsuite: $name [\n$reason\n]\n";
} else {
print "skip-testsuite: $name\n";
}