mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Update web-platform-tests to revision 097043b336e46876e281ddec3bb014fe9c480128
This commit is contained in:
parent
ecd32570c0
commit
b68253eac0
405 changed files with 9164 additions and 3050 deletions
|
@ -17,13 +17,15 @@ REF=${2:-master}
|
|||
|
||||
cd ~
|
||||
|
||||
mkdir web-platform-tests
|
||||
cd web-platform-tests
|
||||
if [ ! -d web-platform-tests ]; then
|
||||
mkdir web-platform-tests
|
||||
cd web-platform-tests
|
||||
|
||||
git init
|
||||
git remote add origin ${REMOTE}
|
||||
git init
|
||||
git remote add origin ${REMOTE}
|
||||
|
||||
# Initially we just fetch 50 commits in order to save several minutes of fetching
|
||||
retry git fetch --quiet --depth=50 --tags origin ${REF}:task_head
|
||||
# Initially we just fetch 50 commits in order to save several minutes of fetching
|
||||
retry git fetch --quiet --depth=50 --tags origin ${REF}:task_head
|
||||
|
||||
git checkout --quiet task_head
|
||||
git checkout --quiet task_head
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue