]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Disable leak detective in build-certs script
authorTobias Brunner <tobias@strongswan.org>
Wed, 10 Apr 2019 07:34:26 +0000 (09:34 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 8 May 2019 12:56:48 +0000 (14:56 +0200)
testing/scripts/build-certs

index 649ea776a1672c294e87dcc26a503db9b8e08220..7881db9febda8e268caf0e297450e982496b9f93 100755 (executable)
@@ -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`)/.."