Преглед на файлове

Tinderbox output testing commit

Matthias Eble преди 17 години
родител
ревизия
3ea954933c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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, $/);