summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-05 15:41:05 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-05 15:41:05 +0200
commit68f0ffb29acf5ff07ccd8f30581d96d6915a834e (patch)
tree30f215e585b26e9ecb273115a01a835a8359dea5 /tests
parent76da7f9f4e3dc900046a1956153d10532f2b1ae0 (diff)
downloadrsyslog-68f0ffb29acf5ff07ccd8f30581d96d6915a834e.tar.gz
rsyslog-68f0ffb29acf5ff07ccd8f30581d96d6915a834e.tar.xz
rsyslog-68f0ffb29acf5ff07ccd8f30581d96d6915a834e.zip
made dynafiles working again
now only stream class is utilized. ttys, pipes and outchannel functionality is currently disabled. But the testbench worked again. Cleanup needed, will do this with next commit (it may break things and I like to have this milestone here).
Diffstat (limited to 'tests')
-rwxr-xr-xtests/diag.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/diag.sh b/tests/diag.sh
index 1ceca75b..1fa8f62a 100755
--- a/tests/diag.sh
+++ b/tests/diag.sh
@@ -9,7 +9,7 @@
#valgrind="valgrind --tool=drd --log-fd=1"
#valgrind="valgrind --tool=helgrind --log-fd=1"
#set -o xtrace
-#export RSYSLOG_DEBUG="debug nostdout printmutexaction"
+#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"
#export RSYSLOG_DEBUGLOG="log"
case $1 in
'init') $srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason
@@ -17,6 +17,7 @@ case $1 in
rm -f rsyslogd.started work-*.conf
rm -f work rsyslog.out.log rsyslog.out.log.save # common work files
rm -rf test-spool
+ rm -f core.* vgcore.*
mkdir test-spool
;;
'exit') rm -f rsyslogd.started work-*.conf diag-common.conf