mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-13 04:50:41 +01:00
This is an initial try to make mysql tests able to run in parallel, which also hardens them against some timing problems.
5 lines
152 B
Bash
Executable File
5 lines
152 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:=.}/mysql-actq-mt-withpause.sh
|