mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
export USE_VALGRIND="YES"
|
|
export NUMMESSAGES=200000 # reduce for slower valgrind run
|
|
source ${srcdir:-.}/omfile_hup.sh
|