summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ea9549)
raw | patch | inline | side by side (parent: 3ea9549)
author | Matthias Eble <psychotrahe@gmx.de> | |
Tue, 16 Jun 2009 21:51:19 +0000 (23:51 +0200) | ||
committer | Matthias Eble <psychotrahe@gmx.de> | |
Tue, 16 Jun 2009 21:51:19 +0000 (23:51 +0200) |
NPTest.pm | patch | blob | history |
diff --git a/NPTest.pm b/NPTest.pm
index 8ea5af8c3bb28ec930ae81ded686859e66adae7f..54a535e77808b167741ba30ca744fcb3266acc5c 100644 (file)
--- a/NPTest.pm
+++ b/NPTest.pm
use IO::File;
use Data::Dumper;
-use Test::More;
+use Test;
use vars qw($VERSION);
$VERSION = "1556."; # must be all one line, for MakeMaker
my ($pkg, $file, $line) = caller(0);
print "Testing: $command", $/;
if ($ENV{'NPTEST_DEBUG'}) {
- diag("testCmd: Called from line $line in $file", $/);
- diag("Output: ", $object->output, $/);
- diag("Return code: ", $object->return_code, $/);
+ print "testCmd: Called from line $line in $file", $/;
+ print "Output: ", $object->output, $/;
+ print "Return code: ", $object->return_code, $/;
}
return $object;