diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-07 09:07:44 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-07 09:07:44 +0100 |
commit | 00d2e47530f3b124f18036fe9d446fb8eb90e0d9 (patch) | |
tree | 5b5888ea141dc58d8eea499b81e686158cc18674 /tests/diskqueue.sh | |
parent | 3f258be41684ff149e24adc3a3f80a47820614fa (diff) | |
download | rsyslog-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
Diffstat (limited to 'tests/diskqueue.sh')
-rwxr-xr-x | tests/diskqueue.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |