Use https github URL to clone servo-warc-tests repo

This commit is contained in:
Alan Jeffrey 2018-01-26 09:44:07 -06:00
parent c0d9f28b04
commit 234c72b15a

View file

@ -26,8 +26,10 @@ else
echo "Found existing test cases, skipping download and unzip."
fi
# We use the https URL for the repo so the clone works even if
# github.com isn't in ssh's known hosts.
WARC_DIR="./servo-warc-tests"
WARC_REPO="git@github.com:servo/servo-warc-tests.git"
WARC_REPO="https://github.com/servo/servo-warc-tests.git"
# Clone the warc tests if they don't exist
if [[ ! -d ${WARC_DIR} ]]; then