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.
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
# rgerhards, 2011-02-21
|
|
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/imuxsock/.libs/imuxsock"
|
|
SysSock.name="testbench_socket")
|
|
|
|
$template outfmt,"%msg:%\n"
|
|
*.notice ./rsyslog.out.log;outfmt
|