mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 22:00:42 +01:00
13 lines
588 B
Bash
Executable File
13 lines
588 B
Bash
Executable File
# Test for "stop" statement
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
echo ===============================================================================
|
|
echo \[stop-msgvar.sh\]: testing stop statement together with message variables
|
|
source $srcdir/diag.sh init
|
|
source $srcdir/diag.sh startup stop-msgvar.conf
|
|
sleep 1
|
|
source $srcdir/diag.sh tcpflood -m2000 -i1
|
|
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
|
|
source $srcdir/diag.sh wait-shutdown
|
|
source $srcdir/diag.sh seq-check 100 999
|
|
source $srcdir/diag.sh exit
|