blob: a35286dead4dcf872c119824438d7c63692b0ee8 [file] [log] [blame]
#!/bin/bash
# Helper script to unlock the keychain in the same session
# as the test runner script.
set -e
if [ -f /usr/local/bin/unlock_login_keychain.sh ]
then
/usr/local/bin/unlock_login_keychain.sh
else
echo "This bot does not support codesigning"
fi