From 2e7c3ac75ac62d8e5bfd0b62d60d7b98597bb9ea Mon Sep 17 00:00:00 2001 From: Matthias Eble Date: Mon, 15 Jun 2009 21:45:12 +0200 Subject: Make output of "make test" more verbose This is intended to make error fixing based on tinderbox output easier. --- test.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.pl.in') diff --git a/test.pl.in b/test.pl.in index a0228185..3834d3c3 100755 --- a/test.pl.in +++ b/test.pl.in @@ -44,6 +44,6 @@ if ( ! scalar( @tests ) ) use Test::Harness; -#$Test::Harness::verbose=1; +$Test::Harness::verbose=1; runtests( @tests ); -- cgit v1.2.3