mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
6 lines
217 B
Bash
Executable File
6 lines
217 B
Bash
Executable File
#!/bin/bash
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
export USE_VALGRIND="YES"
|
|
export RS_TEST_VALGRIND_EXTRA_OPTS="--child-silent-after-fork=yes"
|
|
source ${srcdir:-.}/omprog-output-capture.sh
|