diff options
-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, $/); |