From 43a913f281d9bc962d0e5bed0a7318e5dd005251 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Wed, 21 Aug 2013 17:23:22 +0200 Subject: no need to set verbose mode, thats what "make test-debug" is for --- test.pl.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'test.pl.in') diff --git a/test.pl.in b/test.pl.in index 3834d3c3..85ac19da 100755 --- a/test.pl.in +++ b/test.pl.in @@ -44,6 +44,4 @@ if ( ! scalar( @tests ) ) use Test::Harness; -$Test::Harness::verbose=1; - runtests( @tests ); -- cgit v1.2.3