diff options
author | Matthias Eble <psychotrahe@gmx.de> | 2009-06-16 17:31:25 (GMT) |
---|---|---|
committer | Matthias Eble <psychotrahe@gmx.de> | 2009-06-16 17:31:25 (GMT) |
commit | 3ea954933ce538fa366a998ae9acbb241a63293a (patch) | |
tree | 760f0aeb69eeed1c0a24194d154360a91d8253f4 | |
parent | 2e7c3ac75ac62d8e5bfd0b62d60d7b98597bb9ea (diff) | |
download | monitoring-plugins-3ea954933ce538fa366a998ae9acbb241a63293a.tar.gz |
Tinderbox output testing commit
-rw-r--r-- | NPTest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -626,7 +626,7 @@ sub testCmd { | |||
626 | $object->output($output); | 626 | $object->output($output); |
627 | 627 | ||
628 | my ($pkg, $file, $line) = caller(0); | 628 | my ($pkg, $file, $line) = caller(0); |
629 | diag("Testing: $command", $/); | 629 | print "Testing: $command", $/; |
630 | if ($ENV{'NPTEST_DEBUG'}) { | 630 | if ($ENV{'NPTEST_DEBUG'}) { |
631 | diag("testCmd: Called from line $line in $file", $/); | 631 | diag("testCmd: Called from line $line in $file", $/); |
632 | diag("Output: ", $object->output, $/); | 632 | diag("Output: ", $object->output, $/); |