testing: Disable leak detective in build-certs script

This commit is contained in:
Tobias Brunner
2019-05-08 14:56:48 +02:00
parent 8db01c6a3f
commit 0136852f19
+3
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`)/.."