From: Matthias Eble Date: Tue, 16 Jun 2009 17:31:25 +0000 (+0200) Subject: Tinderbox output testing commit X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3ea954933ce538fa366a998ae9acbb241a63293a;p=nagiosplug.git Tinderbox output testing commit --- diff --git a/NPTest.pm b/NPTest.pm index cbd78c8..8ea5af8 100644 --- a/NPTest.pm +++ b/NPTest.pm @@ -626,7 +626,7 @@ sub testCmd { $object->output($output); my ($pkg, $file, $line) = caller(0); - diag("Testing: $command", $/); + print "Testing: $command", $/; if ($ENV{'NPTEST_DEBUG'}) { diag("testCmd: Called from line $line in $file", $/); diag("Output: ", $object->output, $/);