mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision 1829a42c93e435937db68c8a842fa9b56dd39dc2
This commit is contained in:
parent
9f142b9c22
commit
46e1e26950
72 changed files with 1286 additions and 1091 deletions
|
@ -41,12 +41,6 @@ main() {
|
|||
# Install dependencies
|
||||
$VENV/bin/pip install -r requirements.txt
|
||||
|
||||
# Error if submodules are not there
|
||||
if [ ! -d tools/apiclient -o ! -d tools/w3ctestlib ]; then
|
||||
echo 'Please run `git submodule update --init --recursive`'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Run the build script
|
||||
$VENV/bin/python tools/build.py "$@"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue