diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-12 11:31:45 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-12 11:31:45 +0200 |
commit | a65ddad8652218ad8990b3de14b9293ce4cb556f (patch) | |
tree | dfef69d1686a9592246b3bd4715439412ea64ff8 /tests | |
parent | 99f342e866c6c4a257c0a504ce7e561e21458847 (diff) | |
download | rsyslog-a65ddad8652218ad8990b3de14b9293ce4cb556f.tar.gz rsyslog-a65ddad8652218ad8990b3de14b9293ce4cb556f.tar.bz2 rsyslog-a65ddad8652218ad8990b3de14b9293ce4cb556f.zip |
new ruleengine: properly handle $ruleset directive
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/diag.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/diag.sh b/tests/diag.sh index ed0709da..b278d2c5 100755 --- a/tests/diag.sh +++ b/tests/diag.sh @@ -10,8 +10,8 @@ #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 |