summaryrefslogtreecommitdiffstats
path: root/tests/imdtls-sessionbreak-vg.sh
blob: aed1b5ab65191f59978cbef4bee6496a19ef6cba (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-sessionbreak.sh