diff options
author | Sven Nierlein <sven@nierlein.de> | 2013-08-21 17:23:22 +0200 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2013-08-21 17:23:22 +0200 |
commit | 43a913f281d9bc962d0e5bed0a7318e5dd005251 (patch) | |
tree | 4aeb2046a36cf4151c08a39c94ffc7d31a88af39 /test.pl.in | |
parent | d57941c4d2e62313f7aafacddcd92c2201381ad1 (diff) | |
download | monitoring-plugins-43a913f281d9bc962d0e5bed0a7318e5dd005251.tar.gz |
no need to set verbose mode, thats what "make test-debug" is for
Diffstat (limited to 'test.pl.in')
-rwxr-xr-x | test.pl.in | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -44,6 +44,4 @@ if ( ! scalar( @tests ) ) | |||
44 | 44 | ||
45 | use Test::Harness; | 45 | use Test::Harness; |
46 | 46 | ||
47 | $Test::Harness::verbose=1; | ||
48 | |||
49 | runtests( @tests ); | 47 | runtests( @tests ); |