Explorar o código

Tinderbox output testing commit

Matthias Eble %!s(int64=16) %!d(string=hai) anos
pai
achega
3ea954933c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      NPTest.pm

+ 1 - 1
NPTest.pm

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