[icinga-checkins] icinga.org: icinga-core/mfriedrich/cgis: tests: you can now test with pleasure: $ make distclean ; ./configure ; make test #2369 #1192
git at icinga.org
git at icinga.org
Mon Feb 27 13:34:07 CET 2012
Module: icinga-core
Branch: mfriedrich/cgis
Commit: abc2e7f95891d3712dd21fb238aad4b61913d088
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=abc2e7f95891d3712dd21fb238aad4b61913d088
Author: Michael Friedrich <michael.friedrich at univie.ac.at>
Date: Mon Feb 27 13:31:35 2012 +0100
tests: you can now test with pleasure: $ make distclean ; ./configure ; make test #2369 #1192
no, i don't want to run 'make all' before running make test-perl
and no, i don't want debug funny perl error msg.
just fix it and allow test focus on the more important things.
refs #1192
refs #2369
---
Changelog | 3 +++
Makefile.in | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Changelog b/Changelog
index a8209ba..c9d04df 100644
--- a/Changelog
+++ b/Changelog
@@ -39,6 +39,7 @@ ENHANCEMENTS
* config: introduce conf.d as place for own configs #2360
* tests: replace libtap with an actively developed version #1192
+* tests: fix and rewrite perl tests in t/ #2369
* icinga.spec: use --with-plugin-dir instead of --libexexdir for nagios plugins dir #2344
* icinga.spec: make aware of the change of idomod.o location and changed extension (now .so) #2350
@@ -103,6 +104,8 @@ CHANGES
* install: --enable-libtap is now deprecated, new libtap does not require configure anymore #1192
+* tests: you can now test with pleasure: $ make distclean ; ./configure ; make test #2369 #1192
+
1.6.1 - 02/12/2011
diff --git a/Makefile.in b/Makefile.in
index fa891fd..7fd3971 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -288,7 +288,7 @@ test-tap: tools/libtap/tap.o icinga cgis
tools/libtap/tap.o:
cd tools/libtap && $(MAKE)
-test-perl: cgis
+test-perl: icinga cgis
cd t && $(MAKE) test
###############################
More information about the icinga-checkins
mailing list