summaryrefslogtreecommitdiffstats
path: root/tests/imdtls-basic-vg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/imdtls-basic-vg.sh')
-rwxr-xr-xtests/imdtls-basic-vg.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/imdtls-basic-vg.sh b/tests/imdtls-basic-vg.sh
new file mode 100755
index 0000000..fba111f
--- /dev/null
+++ b/tests/imdtls-basic-vg.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+if [ "$(valgrind --version)" == "valgrind-3.11.0" ]; then
+ printf 'This test does NOT work with valgrind-3.11.0 - valgrind always reports\n'
+ printf 'a valgrind-internal bug. So we need to skip it.\n'
+ exit 77
+fi
+export USE_VALGRIND="YES"
+export RS_TEST_VALGRIND_EXTRA_OPTS="--keep-debuginfo=yes"
+source ${srcdir:-.}/imdtls-basic.sh