Navigation Menu

Skip to content

Commit

Permalink
Bug 1659814 - Pull updated tls-interop for dependency fix. r=jcj
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D87489

--HG--
extra : moz-landing-system : lando
  • Loading branch information
Kevin Jacobs committed Aug 18, 2020
1 parent b3e22d6 commit 15a2c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interop/interop.sh
Expand Up @@ -25,7 +25,7 @@ interop_init()
INTEROP=${INTEROP:=tls_interop}
if [ ! -d "$INTEROP" ]; then
git clone -q https://github.com/mozilla/tls-interop "$INTEROP"
git -C "$INTEROP" checkout -q c00685aa953c49f1e844e614746aadc783e81b19
git -C "$INTEROP" checkout -q b7cddb7d4980221ae8910f5c4e935b65081713f1
fi
INTEROP=$(cd "$INTEROP";pwd -P)

Expand Down

0 comments on commit 15a2c89

Please sign in to comment.