diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:54:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:54:32 +0000 |
commit | ab42b8cfd86a186447528e538ec0ae94751cfc1d (patch) | |
tree | 4fa03c118292ab8801a30fc83e53a1958426b54c /tests/testsuites | |
parent | Adding upstream version 8.2404.0. (diff) | |
download | rsyslog-ab42b8cfd86a186447528e538ec0ae94751cfc1d.tar.xz rsyslog-ab42b8cfd86a186447528e538ec0ae94751cfc1d.zip |
Adding upstream version 8.2406.0.upstream/8.2406.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/testsuites')
-rwxr-xr-x | tests/testsuites/omprog-defaults-bin.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testsuites/omprog-defaults-bin.sh b/tests/testsuites/omprog-defaults-bin.sh index f7d43c7..3723d4d 100755 --- a/tests/testsuites/omprog-defaults-bin.sh +++ b/tests/testsuites/omprog-defaults-bin.sh @@ -3,6 +3,10 @@ outfile=$RSYSLOG_OUT_LOG echo "Starting with parameters: $@" >> $outfile +while [ $# -gt 0 ]; do + echo Next parameter is \""$1"\" + shift +done >> $outfile read log_line while [[ -n "$log_line" ]]; do |