summaryrefslogtreecommitdiffstats
path: root/tests/config_output-o-option.sh
blob: 65c30ea36127a113f02972998dbbccb06a11bf15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
# check that the -o command line option works
# added 2019-04-26 by Rainer Gerhards; Released under ASL 2.0
. ${srcdir:=.}/diag.sh init
generate_conf
add_conf '
template(name="outfmt" type="string" string="%msg:F,58:2%\n")

if $msg contains "msgnum:" then {
	include(file="'${srcdir}'/testsuites/include-std-omfile-actio*.conf")
	continue
}
'
../tools/rsyslogd -N1 -f${TESTCONF_NM}.conf -o$RSYSLOG_DYNNAME.fullconf  -M../runtime/.libs:../.libs
content_check 'if $msg contains "msgnum:" then' $RSYSLOG_DYNNAME.fullconf
content_check 'action(type="omfile"' $RSYSLOG_DYNNAME.fullconf
content_check --regex "BEGIN CONFIG: .*include-std-omfile-action.conf" $RSYSLOG_DYNNAME.fullconf
exit_test