mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-29 22:03:45 -04:00
Tinderbox output testing commit
This commit is contained in:
parent
2e7c3ac75a
commit
3ea954933c
1 changed files with 1 additions and 1 deletions
|
|
@ -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, $/);
|
||||
|
|
|
|||
Loading…
Reference in a new issue