mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 01:00:40 +01:00
so far, all test required root privileges, which made testing quite complicated and resulted in no testing of this module on the testbench machines at all. Now we can also run without root privileges. To support the new tests, test tools were also improved.
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
# rgerhards, 2014-12-04
|
|
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/imuxsock/.libs/imuxsock" sysSock.use="off")
|
|
input(type="imuxsock" Socket="testbench_socket")
|
|
|
|
template(name="outfmt" type="string" string="%msg:%\n")
|
|
*.notice ./rsyslog.out.log;outfmt
|