mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 08:30:42 +01:00
cleaned-up some noise in test-conf and test-script
This commit is contained in:
parent
4db25fb98b
commit
e939af13d4
@ -9,6 +9,5 @@ echo doing shutdown
|
||||
source $srcdir/diag.sh shutdown-when-empty
|
||||
echo wait on shutdown
|
||||
source $srcdir/diag.sh wait-shutdown
|
||||
source $srcdir/diag.sh content-pattern-check "^[0-9]$"
|
||||
cat rsyslog.out.log
|
||||
source $srcdir/diag.sh content-pattern-check "^[0-9]$"
|
||||
source $srcdir/diag.sh exit
|
||||
|
||||
@ -4,10 +4,6 @@ template(name="outfmt" type="string" string="%$.random_no%\n")
|
||||
module(load="../plugins/imptcp/.libs/imptcp")
|
||||
input(type="imptcp" port="13514")
|
||||
|
||||
template(name="date_time" type="list") {
|
||||
property(name="msg" regex.Expression="Thu .+ 2014" regex.Type="ERE" regex.Match="0")
|
||||
}
|
||||
|
||||
set $.random_no = random(10);
|
||||
|
||||
action(type="omfile" file="./rsyslog.out.log" template="outfmt")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user