summaryrefslogtreecommitdiffstats
path: root/tests/immark.sh
blob: 8e4be61a26ed3dbffefa5d75d8334f05d4121827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
# very basic check for immark module - nevertheless, there is not
# much more to test for...
# add 2019-08-20 by Rainer Gerhards, released under ASL 2.0
. ${srcdir:=.}/diag.sh init
generate_conf
add_conf '
module(load="../plugins/immark/.libs/immark" interval="1")
action(type="omfile" file="'$RSYSLOG_OUT_LOG'")
'

startup
printf 'sleeping a bit so we get mark messages...\n'
sleep 3 # this should be good even on slow machines - we need just one
shutdown_when_empty
wait_shutdown
content_check "rsyslogd: -- MARK --"

exit_test