diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 08:21:41 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 08:21:41 +0100 |
commit | 8833612e7516694e89148eb3dc1c88f5ea954d16 (patch) | |
tree | bdfa6e143a1e3c0dccdfd7088070e269610b9191 /tests | |
parent | 5996414f04118dec4f1dcc12c88ee8c68f6e89ad (diff) | |
download | rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.tar.gz rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.tar.xz rsyslog-8833612e7516694e89148eb3dc1c88f5ea954d16.zip |
some cosmetic changes
note that a buffer size calculation was done wrong, but this was cosmetic
because our buffers currently all use byte size, so even though the
formula was wrong, the result was correct.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/asynwr_simple.sh | 1 | ||||
-rwxr-xr-x | tests/asynwr_small.sh | 1 | ||||
-rwxr-xr-x | tests/asynwr_timeout.sh | 1 | ||||
-rwxr-xr-x | tests/asynwr_tinybuf.sh | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/asynwr_simple.sh b/tests/asynwr_simple.sh index 693eca50..2e476b8f 100755 --- a/tests/asynwr_simple.sh +++ b/tests/asynwr_simple.sh @@ -2,6 +2,7 @@ # # added 2010-03-09 by Rgerhards # This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== echo TEST: \[asynwr_simple.sh\]: simple test for async file writing source $srcdir/diag.sh init # uncomment for debugging support: diff --git a/tests/asynwr_small.sh b/tests/asynwr_small.sh index 692d27fa..39dcd762 100755 --- a/tests/asynwr_small.sh +++ b/tests/asynwr_small.sh @@ -11,6 +11,7 @@ # added 2010-03-09 by Rgerhards # # This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== echo TEST: \[asynwr_small.sh\]: test for async file writing for few messages source $srcdir/diag.sh init # uncomment for debugging support: diff --git a/tests/asynwr_timeout.sh b/tests/asynwr_timeout.sh index 84fbd481..746ee3f1 100755 --- a/tests/asynwr_timeout.sh +++ b/tests/asynwr_timeout.sh @@ -4,6 +4,7 @@ # # added 2010-03-09 by Rgerhards # This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== echo TEST: \[asynwr_timeout.sh\]: test async file writing timeout writes source $srcdir/diag.sh init # uncomment for debugging support: diff --git a/tests/asynwr_tinybuf.sh b/tests/asynwr_tinybuf.sh index a7cc19ef..a0915394 100755 --- a/tests/asynwr_tinybuf.sh +++ b/tests/asynwr_tinybuf.sh @@ -5,6 +5,7 @@ # added 2010-03-09 by Rgerhards # # This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== echo TEST: \[asynwr_tinybuf.sh\]: test async file writing with 1-byte buffer source $srcdir/diag.sh init # uncomment for debugging support: |