summaryrefslogtreecommitdiffstats
path: root/tests/imdtls-basic-vg.sh
blob: fba111f2b420e536425d1eedc77f576e74cb8ab7 (plain)
1
2
3
4
5
6
7
8
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