Files
qt5/coin/provisioning/qtci-macos-10.12-x86_64/07-SSL_keychain.sh
Tony Sarajärvi b9aae857f9 Fix shebangs and give provisioning scripts +x rights
Change-Id: Ib85721600b1e4461470a9ea4fd3b29fca0b35633
Reviewed-by: Simo Fält <simo.falt@qt.io>
2018-01-02 12:52:29 +00:00

7 lines
148 B
Bash
Executable File

#!/usr/bin/env sh
set -ex
# Enables the usage of temporary keychains for SSL autotests
echo "export QT_SSL_USE_TEMPORARY_KEYCHAIN=1" >> ~/.bashrc