mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
14 lines
549 B
Plaintext
14 lines
549 B
Plaintext
# Test config for array-passing output module interface
|
|
# (stanard string passing is already tested via the other test inside
|
|
# the testbench, so we do not need to focus on that)
|
|
# rgerhards, 2009-04-03
|
|
$ModLoad ../plugins/omstdout/.libs/omstdout
|
|
$IncludeConfig nettest.input.conf # This picks the to be tested input from the test driver!
|
|
|
|
$ActionOMStdoutArrayInterface on
|
|
$ErrorMessagesToStderr off
|
|
|
|
# do NOT remove \n, that would hang the test driver!
|
|
$template expect,"%PRI%%timestamp%%hostname%%programname%%syslogtag%\n"
|
|
*.* :omstdout:;expect
|