summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-21 12:38:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-21 12:38:09 +0200
commitd3e5a2414371598c43b1e408fb741fdbf895b6f0 (patch)
tree6378d891dac644c9140e3f4c1fd64d34c798aa97
parentd251f02a8aa9b6f5f3c7e0193ff0b285ef614c75 (diff)
downloadrsyslog-d3e5a2414371598c43b1e408fb741fdbf895b6f0.tar.gz
rsyslog-d3e5a2414371598c43b1e408fb741fdbf895b6f0.tar.xz
rsyslog-d3e5a2414371598c43b1e408fb741fdbf895b6f0.zip
bugfix (testbench): left-over from manual test removed
-rwxr-xr-xtests/daqueue-persist-drvr.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/daqueue-persist-drvr.sh b/tests/daqueue-persist-drvr.sh
index d36a6be5..50b96ef2 100755
--- a/tests/daqueue-persist-drvr.sh
+++ b/tests/daqueue-persist-drvr.sh
@@ -12,9 +12,6 @@ source $srcdir/diag.sh init
echo \$MainMsgQueueType $1 > work-queuemode.conf
echo "*.* :omtesting:sleep 0 1000" > work-delay.conf
-export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"
-export RSYSLOG_DEBUGLOG="log0"
-
# inject 10000 msgs, so that DO hit the high watermark
source $srcdir/diag.sh startup queue-persist.conf
source $srcdir/diag.sh injectmsg 0 10000
@@ -26,10 +23,6 @@ echo "Enter phase 2, rsyslogd restart"
#exit
-export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"
-export RSYSLOG_DEBUGLOG="log"
-#valgrind="valgrind --tool=helgrind --log-fd=1"
-
# restart engine and have rest processed
#remove delay
echo "#" > work-delay.conf