Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1488967 - Move tls-interop back to mozilla/tls-interop from fork …
…r=mt

The tests/interop/interop.sh script is using a forked repository of tls-interop,
which is merging back into the mainline. Going forward, we should use the
mainline repo.

--HG--
extra : rebase_source : 149f33990b98aca8139ae98aba73f33349a10fd5
extra : amend_source : 06154df2c56197ceed33b9b95f1aab68656b35b6
  • Loading branch information
jcjones committed Sep 5, 2018
1 parent 4025271 commit f426f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/interop/interop.sh
Expand Up @@ -24,8 +24,8 @@ interop_init()
cd "${HOSTDIR}/interop"
INTEROP=${INTEROP:=tls_interop}
if [ ! -d "$INTEROP" ]; then
git clone -q https://github.com/jallmann/tls-interop "$INTEROP"
git -C "$INTEROP" checkout -q a4878c30db639053fc4f08573d3ae6cbd3cf1d6f
git clone -q https://github.com/mozilla/tls-interop "$INTEROP"
git -C "$INTEROP" checkout -q 8348561ae922bb21ecc1415dba15ca68bb5d18a2
fi
INTEROP=$(cd "$INTEROP";pwd -P)

Expand Down

0 comments on commit f426f00

Please sign in to comment.