X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=test.pl.in;h=3834d3c3ee9d6982016ab9641d477eeb6e795323;hb=refs%2Fheads%2Fsh%2Fcheck_pgsql;hp=a02281856c6db373e0183c0742e2d1919cc7f6de;hpb=6fbd14fea5c111a23d9074d25499991cbfa58f79;p=nagiosplug.git 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 ) ) use Test::Harness; -#$Test::Harness::verbose=1; +$Test::Harness::verbose=1; runtests( @tests );