diff options
Diffstat (limited to 'test.pl.in')
-rwxr-xr-x | test.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,6 +44,6 @@ if ( ! scalar( @tests ) ) use Test::Harness; -#$Test::Harness::verbose=1; +$Test::Harness::verbose=1; runtests( @tests ); |