diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-23 11:22:56 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-23 11:22:56 +0200 |
commit | 3d41da36b8e7e3980579d67600cf42128e5c3aee (patch) | |
tree | cafcce4532ef43b33c704593ee2d138d2944cbe5 /tests | |
parent | 9fb39ee7984c7ecffc8557242a55d2e967f0c336 (diff) | |
download | rsyslog-3d41da36b8e7e3980579d67600cf42128e5c3aee.tar.gz rsyslog-3d41da36b8e7e3980579d67600cf42128e5c3aee.tar.bz2 rsyslog-3d41da36b8e7e3980579d67600cf42128e5c3aee.zip |
remove "last message repeated n times" from rsyslog output part
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/diag.sh | 6 | ||||
-rw-r--r-- | tests/runtime-dummy.c | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/diag.sh b/tests/diag.sh index b278d2c5..0cbf7abb 100755 --- a/tests/diag.sh +++ b/tests/diag.sh @@ -5,13 +5,13 @@ # not always able to convey back states to the upper-level test driver # begun 2009-05-27 by rgerhards # This file is part of the rsyslog project, released under GPLv3 -#valgrind="valgrind --malloc-fill=ff --free-fill=fe --log-fd=1" +valgrind="valgrind --malloc-fill=ff --free-fill=fe --log-fd=1" #valgrind="valgrind --tool=drd --log-fd=1" #valgrind="valgrind --tool=helgrind --log-fd=1" #valgrind="valgrind --tool=exp-ptrcheck --log-fd=1" #set -o xtrace -#export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction nostdout" -#export RSYSLOG_DEBUGLOG="log" +export RSYSLOG_DEBUG="debug nologfuncflow noprintmutexaction nostdout" +export RSYSLOG_DEBUGLOG="log" case $1 in 'init') $srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason cp $srcdir/testsuites/diag-common.conf diag-common.conf diff --git a/tests/runtime-dummy.c b/tests/runtime-dummy.c index 5a9039bf..f6f2d07f 100644 --- a/tests/runtime-dummy.c +++ b/tests/runtime-dummy.c @@ -30,7 +30,6 @@ #include "rsyslog.h" int bReduceRepeatMsgs = 0; -int repeatinterval = 30; int bActExecWhenPrevSusp = 0; int iActExecOnceInterval = 1; int MarkInterval = 30; |