mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 02:40:42 +01:00
We do not exectute them as root, but we assign a special name. This is very close to the "real thing" but permits us to execute the tests as part of CI platforms.
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/imuxsock/.libs/imuxsock"
|
|
SysSock.name="testbench_socket")
|
|
|
|
template(name="outfmt" type="string" string="%msg:%\n")
|
|
local1.* action(type="omfile" file="rsyslog.out.log" template="outfmt")
|