Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1487280 - Update interop harness, r=jallmann
Differential Revision: https://phabricator.services.mozilla.com/D9630

--HG--
extra : rebase_source : 9c3b8e13391e8aa478cfabaf35a77d578d6c0d40
  • Loading branch information
martinthomson committed Oct 24, 2018
1 parent 0ebb2aa commit 1140660
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 8348561ae922bb21ecc1415dba15ca68bb5d18a2
git -C "$INTEROP" checkout -q c00685aa953c49f1e844e614746aadc783e81b19
fi
INTEROP=$(cd "$INTEROP";pwd -P)

Expand Down

0 comments on commit 1140660

Please sign in to comment.