diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-24 06:39:44 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-24 06:39:44 +0100 |
commit | 3af3d3aab824d14594afeac41a7501df8af863eb (patch) | |
tree | 25bcfff51d296dc9707c06d6e3f2b4ab5eecdfb4 /tests | |
parent | 076a648d33ab61656955c487429c81571746764d (diff) | |
download | rsyslog-3af3d3aab824d14594afeac41a7501df8af863eb.tar.gz rsyslog-3af3d3aab824d14594afeac41a7501df8af863eb.tar.bz2 rsyslog-3af3d3aab824d14594afeac41a7501df8af863eb.zip |
undo accidental enable of debug system in testbench
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 3a2a6913..2fdcbfb9 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 stdout" -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 |