diff options
author | Matthias Eble <psychotrahe@gmx.de> | 2009-06-15 19:45:12 (GMT) |
---|---|---|
committer | Matthias Eble <psychotrahe@gmx.de> | 2009-06-15 19:45:12 (GMT) |
commit | 2e7c3ac75ac62d8e5bfd0b62d60d7b98597bb9ea (patch) | |
tree | c0af8c0d19027063a2bda08de8be4bdd74ae40ad /test.pl.in | |
parent | 5f673084513315690179009e9aad6420e161f030 (diff) | |
download | monitoring-plugins-2e7c3ac75ac62d8e5bfd0b62d60d7b98597bb9ea.tar.gz |
Make output of "make test" more verbose
This is intended to make error fixing based on tinderbox output
easier.
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 ) ) | |||
44 | 44 | ||
45 | use Test::Harness; | 45 | use Test::Harness; |
46 | 46 | ||
47 | #$Test::Harness::verbose=1; | 47 | $Test::Harness::verbose=1; |
48 | 48 | ||
49 | runtests( @tests ); | 49 | runtests( @tests ); |