소스 검색

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