[nagiosplug] no need to set verbose mode, thats what "make ...
Nagios Plugin Development
nagios-plugins at users.sourceforge.net
Wed Aug 21 20:20:46 CEST 2013
Module: nagiosplug
Branch: master
Commit: 43a913f281d9bc962d0e5bed0a7318e5dd005251
Author: Sven Nierlein <sven at nierlein.de>
Date: Wed Aug 21 17:23:22 2013 +0200
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=43a913f
no need to set verbose mode, thats what "make test-debug" is for
---
test.pl.in | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/test.pl.in b/test.pl.in
index 3834d3c..85ac19d 100755
--- a/test.pl.in
+++ b/test.pl.in
@@ -44,6 +44,4 @@ if ( ! scalar( @tests ) )
use Test::Harness;
-$Test::Harness::verbose=1;
-
runtests( @tests );
More information about the Commits
mailing list