From: Ton Voon Date: Tue, 11 Dec 2007 10:58:21 +0000 (+0000) Subject: Add verbose flag so each test result is seen, rather than grouped by test X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1fcc40c49b349a1bd0e3e73e40fbd7ae88fc1c37;p=nagiosplug.git Add verbose flag so each test result is seen, rather than grouped by test git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1862 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index e7bbb76..2f46400 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -39,5 +39,5 @@ test_base64_LDFLAGS = -L/usr/local/lib -ltap test_base64_LDADD = ../base64.o test: ${noinst_PROGRAMS} - perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) + perl -MTest::Harness -e '$$Test::Harness::verbose=1; $$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS)