testing: Disable leak detective in build-certs script

This commit is contained in:
Tobias Brunner 2019-04-10 09:34:26 +02:00
parent 8db01c6a3f
commit 0136852f19
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
echo "Building certificates"
# Disable leak detective when using pki as it produces warnings in tzset
export LEAK_DETECTIVE_DISABLE=1
# Determine testing directory
DIR="$(dirname `readlink -f $0`)/.."