mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
This is an initial try to make mysql tests able to run in parallel, which also hardens them against some timing problems.
7 lines
241 B
Bash
Executable File
7 lines
241 B
Bash
Executable File
#!/bin/bash
|
|
# This file is part of the rsyslog project, released under GPLv3
|
|
# this test is currently not included in the testbench as libdbi
|
|
# itself seems to have a memory leak
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:=.}/libdbi-basic.sh
|