[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2225] nagiosplug/trunk/NPTest.pm
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Tue Jun 16 19:33:13 CEST 2009
Revision: 2225
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2225&view=rev
Author: dermoth
Date: 2009-06-16 17:33:13 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
Tinderbox output testing commit
From: Matthias Eble <psychotrahe at gmx.de>
Modified Paths:
--------------
nagiosplug/trunk/NPTest.pm
Modified: nagiosplug/trunk/NPTest.pm
===================================================================
--- nagiosplug/trunk/NPTest.pm 2009-06-15 19:47:27 UTC (rev 2224)
+++ nagiosplug/trunk/NPTest.pm 2009-06-16 17:33:13 UTC (rev 2225)
@@ -626,7 +626,7 @@
$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, $/);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list