prevent valgrind from being extremely slow
This commit is contained in:
parent
c921b2c69d
commit
0ac0b6fbd1
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user