mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 11:40:42 +01:00
15 lines
589 B
Bash
Executable File
15 lines
589 B
Bash
Executable File
#!/bin/bash
|
|
# added 2015-09-29 by singh.janmejay
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
echo ===============================================================================
|
|
echo \[rscript_re_extract.sh\]: test re_extract rscript-fn
|
|
. $srcdir/diag.sh init
|
|
. $srcdir/diag.sh startup rscript_re_extract.conf
|
|
. $srcdir/diag.sh tcpflood -m 1 -I $srcdir/testsuites/date_time_msg
|
|
echo doing shutdown
|
|
. $srcdir/diag.sh shutdown-when-empty
|
|
echo wait on shutdown
|
|
. $srcdir/diag.sh wait-shutdown
|
|
. $srcdir/diag.sh content-check "*Number is 19597*"
|
|
. $srcdir/diag.sh exit
|