X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=test.pl.in;h=3834d3c3ee9d6982016ab9641d477eeb6e795323;hb=45e205f4a6cf38ff0f8ade027a7b6a6c7376a00c;hp=22d0576d23594c084f06974c4df04c886ce553f0;hpb=cdc06cc3e2c4670d3cd46b0a03adcf7e6958eff1;p=nagiosplug.git diff --git a/test.pl.in b/test.pl.in index 22d0576..3834d3c 100755 --- a/test.pl.in +++ b/test.pl.in @@ -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 );