mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Update wptrunner to version 1.2.
This commit is contained in:
parent
e8da983aeb
commit
8dbe2b352b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ source _virtualenv/bin/activate
|
|||
if [[ $* == *--update-manifest* ]]; then
|
||||
(python -c "import html5lib" &>/dev/null) || pip install html5lib
|
||||
fi
|
||||
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.0'
|
||||
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.2'
|
||||
|
||||
python $servo_root/tests/wpt/run.py \
|
||||
--config $servo_root/tests/wpt/config.ini \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue