summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-12-11 10:58:21 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-12-11 10:58:21 (GMT)
commit1fcc40c49b349a1bd0e3e73e40fbd7ae88fc1c37 (patch)
tree2679a2b0f4a55857da44c0de070cbbab2eebda30
parent56c9db8516069b34a3174ee6511d5e6962007d27 (diff)
downloadmonitoring-plugins-1fcc40c49b349a1bd0e3e73e40fbd7ae88fc1c37.tar.gz
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
-rw-r--r--lib/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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
39test_base64_LDADD = ../base64.o 39test_base64_LDADD = ../base64.o
40 40
41test: ${noinst_PROGRAMS} 41test: ${noinst_PROGRAMS}
42 perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS) 42 perl -MTest::Harness -e '$$Test::Harness::verbose=1; $$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS)
43 43