From dcc721a95bef6f0d8e6d8775b8efe33e5aecd562 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:28:20 +0200 Subject: Adding upstream version 8.2402.0. Signed-off-by: Daniel Baumann --- tests/omfile-module-params.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 tests/omfile-module-params.sh (limited to 'tests/omfile-module-params.sh') diff --git a/tests/omfile-module-params.sh b/tests/omfile-module-params.sh new file mode 100755 index 0000000..1f4e5b8 --- /dev/null +++ b/tests/omfile-module-params.sh @@ -0,0 +1,19 @@ +#!/bin/bash +# addd 2018-08-02 by RGerhards, released under ASL 2.0 +. ${srcdir:=.}/diag.sh init +export NUMMESSAGES=100 # we only check output fmt, so few messages are OK +generate_conf +add_conf ' +template(name="outfmt" type="string" string="%msg:F,58:2%\n") +module(load="../plugins/imtcp/.libs/imtcp") +module(load="builtin:omfile" template="outfmt") + +:msg, contains, "msgnum:" action(type="omfile" template="outfmt" + file="'$RSYSLOG_OUT_LOG'") +' +startup +injectmsg +shutdown_when_empty +wait_shutdown +seq_check +exit_test -- cgit v1.2.3