mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 19:50:40 +01:00
temporarily disabled because it fails quite often - fix in progress If we do not disable it, most CI runs fail.
7 lines
231 B
Bash
Executable File
7 lines
231 B
Bash
Executable File
#!/bin/bash
|
|
echo temporarily disabled because it fails quite often - fix in progress
|
|
exit 77
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:-.}/es-duplicated-ruleset.sh
|