mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 01:30:42 +01:00
utilizing the valgrind helgrind debugger closes https://github.com/rsyslog/rsyslog/issues/1971 see also https://github.com/rsyslog/rsyslog/issues/2012
13 lines
414 B
Bash
Executable File
13 lines
414 B
Bash
Executable File
#!/bin/bash
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
. $srcdir/diag.sh init
|
|
. $srcdir/diag.sh es-init
|
|
. $srcdir/diag.sh startup-vgthread es-basic.conf
|
|
. $srcdir/diag.sh injectmsg 0 10000
|
|
. $srcdir/diag.sh shutdown-when-empty
|
|
. $srcdir/diag.sh wait-shutdown-vg
|
|
. $srcdir/diag.sh check-exit-vg
|
|
. $srcdir/diag.sh es-getdata 10000
|
|
. $srcdir/diag.sh seq-check 0 9999
|
|
. $srcdir/diag.sh exit
|