From 3ea954933ce538fa366a998ae9acbb241a63293a Mon Sep 17 00:00:00 2001 From: Matthias Eble Date: Tue, 16 Jun 2009 19:31:25 +0200 Subject: 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, $/); -- cgit v0.10-9-g596f