summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:54:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:54:33 +0000
commit371920392fe2deba74cfec8d471667f10d7028ed (patch)
tree3d98f5595bcff4c6dd42754e2bd6cce305d0151d /tests/testsuites
parentReleasing progress-linux version 8.2404.0-2~progress7.99u1. (diff)
downloadrsyslog-371920392fe2deba74cfec8d471667f10d7028ed.tar.xz
rsyslog-371920392fe2deba74cfec8d471667f10d7028ed.zip
Merging upstream version 8.2406.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/testsuites')
-rwxr-xr-xtests/testsuites/omprog-defaults-bin.sh4
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