mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-13 04:50:41 +01:00
- Added test for connection interrupts (requires root) - Corrected handling of PN_TRANSPORT_CLOSED. - Make sure Connection is being reestablished trough tryResume - Enhanced Debug log output closes: https://github.com/rsyslog/rsyslog/issues/5269
6 lines
238 B
Bash
Executable File
6 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
export USE_VALGRIND="YES"
|
|
export RS_TEST_VALGRIND_EXTRA_OPTS="--keep-debuginfo=yes --leak-check=full"
|
|
export EXTRA_VALGRIND_SUPPRESSIONS="--suppressions=omazureeventhubs.supp"
|
|
source ${srcdir:-.}/omazureeventhubs-interrupt.sh
|