diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-12-11 10:58:21 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-12-11 10:58:21 (GMT) |
commit | 1fcc40c49b349a1bd0e3e73e40fbd7ae88fc1c37 (patch) | |
tree | 2679a2b0f4a55857da44c0de070cbbab2eebda30 /lib/tests | |
parent | 56c9db8516069b34a3174ee6511d5e6962007d27 (diff) | |
download | monitoring-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
Diffstat (limited to 'lib/tests')
-rw-r--r-- | lib/tests/Makefile.am | 2 |
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 | |||
39 | test_base64_LDADD = ../base64.o | 39 | test_base64_LDADD = ../base64.o |
40 | 40 | ||
41 | test: ${noinst_PROGRAMS} | 41 | test: ${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 | ||