瀏覽代碼

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