summaryrefslogtreecommitdiffstats
path: root/tests/imtcp_conndrop_tls-vg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/imtcp_conndrop_tls-vg.sh')
-rwxr-xr-xtests/imtcp_conndrop_tls-vg.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/imtcp_conndrop_tls-vg.sh b/tests/imtcp_conndrop_tls-vg.sh
new file mode 100755
index 0000000..d2de6e8
--- /dev/null
+++ b/tests/imtcp_conndrop_tls-vg.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+# This file is part of the rsyslog project, released under ASL 2.0
+export USE_VALGRIND="YES"
+export TB_TEST_MAX_RUNTIME=1500
+export NUMMESSAGES=10000 # reduce for slower valgrind run
+source ${srcdir:-.}/imtcp_conndrop_tls.sh