summaryrefslogtreecommitdiff
path: root/tests/bogo
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2017-02-15 11:11:18 +0100
committerTim Taubert <ttaubert@mozilla.com>2017-02-15 11:11:18 +0100
commitbf42c0b903cc523bb309fe65b3fb91e750b86bd4 (patch)
treed9ade0ec33458227f553d878a320ea8ea36e853e /tests/bogo
parente0a70e954621bbf029202dc9db59cec6d70a6485 (diff)
downloadnss-hg-bf42c0b903cc523bb309fe65b3fb91e750b86bd4.tar.gz
Bug 1336424 - Update BoGo tests revision and support more flags r=franziskus
Differential Revision: https://nss-review.dev.mozaws.net/D213
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 2b44f24d1..fc3245a2f 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 ea80f9d5df4c302de391e999395e1c87f9c786b3
+ git -C "$BORING" checkout -q 004bff3a1412fcc6ba168d4295a942f9b1e0866e
fi
SCRIPTNAME="bogo.sh"