소스 검색

no need to set verbose mode, thats what "make test-debug" is for

Sven Nierlein 12 년 전
부모
커밋
43a913f281
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      test.pl.in

+ 0 - 2
test.pl.in

@@ -44,6 +44,4 @@ if ( ! scalar( @tests ) )
 
 use Test::Harness;
 
-$Test::Harness::verbose=1;
-
 runtests( @tests );