Code

check_host: Allocate a large-enough buffer for the host table.
[nagiosplug.git] / test.pl.in
index 22d0576d23594c084f06974c4df04c886ce553f0..3834d3c3ee9d6982016ab9641d477eeb6e795323 100755 (executable)
@@ -2,8 +2,6 @@
 #
 # Wrapper for running the test harnesses
 #
-# $Id$
-#
 
 use strict;
 
@@ -46,6 +44,6 @@ if ( ! scalar( @tests ) )
 
 use Test::Harness;
 
-#$Test::Harness::verbose=1;
+$Test::Harness::verbose=1;
 
 runtests( @tests );