summaryrefslogtreecommitdiffstats
path: root/test.pl.in
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@gmx.de>2009-06-15 19:45:12 (GMT)
committerMatthias Eble <psychotrahe@gmx.de>2009-06-15 19:45:12 (GMT)
commit2e7c3ac75ac62d8e5bfd0b62d60d7b98597bb9ea (patch)
treec0af8c0d19027063a2bda08de8be4bdd74ae40ad /test.pl.in
parent5f673084513315690179009e9aad6420e161f030 (diff)
downloadmonitoring-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-xtest.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.pl.in b/test.pl.in
index a022818..3834d3c 100755
--- a/test.pl.in
+++ b/test.pl.in
@@ -44,6 +44,6 @@ if ( ! scalar( @tests ) )
44 44
45use Test::Harness; 45use Test::Harness;
46 46
47#$Test::Harness::verbose=1; 47$Test::Harness::verbose=1;
48 48
49runtests( @tests ); 49runtests( @tests );