mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 19:40:41 +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
213 B
Plaintext
8 lines
213 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.* ./rsyslog.out.log;outfmt
|