summaryrefslogtreecommitdiffstats
path: root/tests/random.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-11 10:58:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-11 10:58:07 +0100
commit4195f9cb08cddaeae37dc88c5e879d84391b4359 (patch)
tree5f24c7d497e68b7f348d43d40546d1e2d7234a5d /tests/random.sh
parent765317d54ec5658dd0c598170d0fc0824f751265 (diff)
downloadrsyslog-4195f9cb08cddaeae37dc88c5e879d84391b4359.tar.gz
rsyslog-4195f9cb08cddaeae37dc88c5e879d84391b4359.tar.xz
rsyslog-4195f9cb08cddaeae37dc88c5e879d84391b4359.zip
added new test for imfile to testbench
Diffstat (limited to 'tests/random.sh')
-rwxr-xr-xtests/random.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/random.sh b/tests/random.sh
index d1f392d3..969d720c 100755
--- a/tests/random.sh
+++ b/tests/random.sh
@@ -5,9 +5,6 @@
echo ===============================================================================
echo TEST: \[random.sh\]: testing random data
source $srcdir/diag.sh init
-# uncomment for debugging support:
-#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"
-#export RSYSLOG_DEBUGLOG="log"
source $srcdir/diag.sh startup random.conf
# generate random data
./randomgen -f rsyslog.random.data -s 100000
@@ -17,4 +14,5 @@ source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done proces
source $srcdir/diag.sh wait-shutdown # and wait for it to terminate
# we do not check anything yet, the point is if rsyslog survived ;)
# TODO: check for exit message, but we'll notice an abort anyhow, so not that important
+rm -f random.data
source $srcdir/diag.sh exit