summaryrefslogtreecommitdiff
path: root/tests/bogo
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2018-03-08 09:56:58 +0100
committerTim Taubert <ttaubert@mozilla.com>2018-03-08 09:56:58 +0100
commitf1f4718c2990c3ec3b4a99af05733edfd230cfe8 (patch)
tree341a27b8163a1554e5714089257e3e06c4df5e20 /tests/bogo
parent6df7a45135987e1aad85702d0123d859bcb12349 (diff)
downloadnss-hg-f1f4718c2990c3ec3b4a99af05733edfd230cfe8.tar.gz
Bug 1443799 - Update BoGo to a runner that supports draft-23 r=franziskus
Reviewers: franziskus Reviewed By: franziskus Bug #: 1443799 Differential Revision: https://phabricator.services.mozilla.com/D696
Diffstat (limited to 'tests/bogo')
-rwxr-xr-xtests/bogo/bogo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bogo/bogo.sh b/tests/bogo/bogo.sh
index d1a93bf9b..d108ef304 100755
--- a/tests/bogo/bogo.sh
+++ b/tests/bogo/bogo.sh
@@ -25,7 +25,7 @@ bogo_init()
BORING=${BORING:=boringssl}
if [ ! -d "$BORING" ]; then
git clone -q https://boringssl.googlesource.com/boringssl "$BORING"
- git -C "$BORING" checkout -q a513e86c1ebb1383930c9e504bdabcc302a85f30
+ git -C "$BORING" checkout -q ec55dc15d3a39e5f1a58bfd79148729f38f6acb4
fi
SCRIPTNAME="bogo.sh"