aboutsummaryrefslogtreecommitdiff
path: root/test.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'test.pl.in')
-rwxr-xr-xtest.pl.in2
1 files changed, 1 insertions, 1 deletions
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 );