summaryrefslogtreecommitdiffstats
path: root/tests/imtcp-tls-ossl-basic-vg.sh
blob: 951c54c9bc5a6dd45fd52deee25aa5fe6eaa2455 (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"
# not working on CENTOS 7 export RS_TEST_VALGRIND_EXTRA_OPTS="--keep-debuginfo=yes"
source ${srcdir:-.}/imtcp-tls-ossl-basic.sh