summaryrefslogtreecommitdiffstats
path: root/tests/omjournal-abort-template.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:28:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:28:20 +0000
commitdcc721a95bef6f0d8e6d8775b8efe33e5aecd562 (patch)
tree66a2774cd0ee294d019efd71d2544c70f42b2842 /tests/omjournal-abort-template.sh
parentInitial commit. (diff)
downloadrsyslog-dcc721a95bef6f0d8e6d8775b8efe33e5aecd562.tar.xz
rsyslog-dcc721a95bef6f0d8e6d8775b8efe33e5aecd562.zip
Adding upstream version 8.2402.0.upstream/8.2402.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/omjournal-abort-template.sh')
-rwxr-xr-xtests/omjournal-abort-template.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/omjournal-abort-template.sh b/tests/omjournal-abort-template.sh
new file mode 100755
index 0000000..2461012
--- /dev/null
+++ b/tests/omjournal-abort-template.sh
@@ -0,0 +1,21 @@
+#!/bin/bash
+# a very basic test for omjournal. Right now, we have no
+# reliable way of verifying that data was actually written
+# to the journal, but at least we check that rsyslog does
+# not abort when trying to use omjournal. Not high tech,
+# but better than nothing.
+# addd 2016-03-16 by RGerhards, released under ASL 2.0
+. ${srcdir:=.}/diag.sh init
+generate_conf
+add_conf '
+module(load="../plugins/omjournal/.libs/omjournal")
+
+template(name="outfmt" type="string" string="%msg%")
+action(type="omjournal" template="outfmt")
+'
+startup
+./msleep 500
+shutdown_when_empty
+wait_shutdown
+# if we reach this, we have at least not aborted
+exit_test