mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-11 05:00:41 +01:00
The previous test did not always detect an abort of rsyslog/omusrmsg. The detection method has now been improved, so it is far more probable that an abort is detected. While doing this, we noticed that the omusrmsg-noabort-legacy test was now a 100% duplicate. There is no need any longer to check pure legacy syntax, and so that test has been removed. We also added a valgrind-based test ofr omusrmsg-noabort, which furthers strengthens bug detection. Most importantly, it helps us to detect potentially new memory leaks on all CI platforms (in case the lib behaves differently depending on os/distro). see also https://github.com/rsyslog/rsyslog/issues/5294
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/bash
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:-.}/omusrmsg-noabort.sh
|