prevent valgrind from being extremely slow

This commit is contained in:
Kamil Dudka 2021-07-21 12:36:07 +02:00
parent c921b2c69d
commit 0ac0b6fbd1

View File

@ -282,6 +282,10 @@ cd build-full/tests
export OPENSSL_SYSTEM_CIPHERS_OVERRIDE=XXX
export OPENSSL_CONF=
# prevent valgrind from being extremely slow (#1662656)
# https://fedoraproject.org/wiki/Changes/DebuginfodByDefault
unset DEBUGINFOD_URLS
# run the upstream test-suite
srcdir=../../tests perl -I../../tests ../../tests/runtests.pl -a -p -v '!flaky'