summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 13:14:39 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 13:14:39 +0100
commit0a5b731f2f18168795bcdefd9b6fa562dce6a0d5 (patch)
treec40937a25c2887cd267f8dcc43a00dece5d3258a /tests/Makefile.am
parent9407f2a3e08940d0dd0367c5904654f5a56117af (diff)
downloadrsyslog-0a5b731f2f18168795bcdefd9b6fa562dce6a0d5.tar.gz
rsyslog-0a5b731f2f18168795bcdefd9b6fa562dce6a0d5.tar.xz
rsyslog-0a5b731f2f18168795bcdefd9b6fa562dce6a0d5.zip
bugfix: $ActionExecOnlyOnceEveryInterval did not work.
This was a regression from the time() optimizations done in v4. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=143 Thanks to Klaus Tachtler for reporting this bug.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3f5a6c33..3c94a609 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,6 +6,7 @@ TESTS = $(TESTRUNS) cfg.sh \
imtcp-multiport.sh \
diskqueue.sh \
manytcp.sh \
+ execonlyonce.sh \
queue-persist.sh
if ENABLE_OMSTDOUT
@@ -74,6 +75,9 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
queue-persist.sh \
queue-persist-drvr.sh \
testsuites/queue-persist.conf \
+ execonlyonce.sh \
+ testsuites/execonlyonce.conf \
+ testsuites/execonlyonce.data \
DiagTalker.java \
cfg.sh