summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-07 09:07:44 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-07 09:07:44 +0100
commit00d2e47530f3b124f18036fe9d446fb8eb90e0d9 (patch)
tree5b5888ea141dc58d8eea499b81e686158cc18674
parent3f258be41684ff149e24adc3a3f80a47820614fa (diff)
downloadrsyslog-00d2e47530f3b124f18036fe9d446fb8eb90e0d9.tar.gz
rsyslog-00d2e47530f3b124f18036fe9d446fb8eb90e0d9.tar.bz2
rsyslog-00d2e47530f3b124f18036fe9d446fb8eb90e0d9.zip
cosmetic: add test headers to some tests
actually a bit more than cosmetic - makes it easier to see what failed
-rwxr-xr-xtests/daqueue-persist.sh1
-rwxr-xr-xtests/diskqueue.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/daqueue-persist.sh b/tests/daqueue-persist.sh
index feb2a347..0781a7dc 100755
--- a/tests/daqueue-persist.sh
+++ b/tests/daqueue-persist.sh
@@ -2,6 +2,7 @@
# to carry out multiple tests with different queue modes
# added 2009-05-27 by Rgerhards
# This file is part of the rsyslog project, released under GPLv3
+echo ===============================================================================
echo \[daqueue-persist.sh\]: test data persisting at shutdown
source $srcdir/daqueue-persist-drvr.sh LinkedList
source $srcdir/daqueue-persist-drvr.sh FixedArray
diff --git a/tests/diskqueue.sh b/tests/diskqueue.sh
index b871e9eb..853a836a 100755
--- a/tests/diskqueue.sh
+++ b/tests/diskqueue.sh
@@ -5,6 +5,7 @@
# added 2009-04-17 by Rgerhards
# This file is part of the rsyslog project, released under GPLv3
# uncomment for debugging support:
+echo ===============================================================================
echo \[diskqueue.sh\]: testing queue disk-only mode
# uncomment for debugging support:
#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction"