summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/daqueue-persist-drvr.sh5
-rwxr-xr-xtests/diag.sh1
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/daqueue-persist-drvr.sh b/tests/daqueue-persist-drvr.sh
index 30a7c635..a4f4a73f 100755
--- a/tests/daqueue-persist-drvr.sh
+++ b/tests/daqueue-persist-drvr.sh
@@ -8,6 +8,9 @@
echo \[daqueue-persist-drvr.sh\]: testing memory daqueue persisting to disk, mode $1
source $srcdir/diag.sh init
+export RSYSLOG_DEBUG="debug logfuncflow nostdout noprintmutexaction"
+export RSYSLOG_DEBUGLOG="log"
+
# prepare config
echo \$MainMsgQueueType $1 > work-queuemode.conf
echo "*.* :omtesting:sleep 0 1000" > work-delay.conf
@@ -21,7 +24,7 @@ source $srcdir/diag.sh check-mainq-spool
echo "Enter phase 2, rsyslogd restart"
-#exit
+exit
# restart engine and have rest processed
#remove delay
diff --git a/tests/diag.sh b/tests/diag.sh
index ed2e66b2..d1bcbe44 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -23,6 +23,7 @@ case $1 in
'exit') rm -f rsyslogd.started work-*.conf diag-common.conf
rm -f work rsyslog.out.log rsyslog.out.log.save # common work files
rm -rf test-spool
+ echo -------------------------------------------------------------------------------
;;
'startup') # start rsyslogd with default params. $2 is the config file name to use
# returns only after successful startup