mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Revert "Update wptrunner and start running reftests."
This reverts commit 1d68ee689f
.
Fixes #4462.
This commit is contained in:
parent
01e3449f14
commit
c2e4e715ae
39 changed files with 1 additions and 196 deletions
|
@ -16,7 +16,7 @@ source $wpt_root/_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.8'
|
||||
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.7'
|
||||
|
||||
python $wpt_root/run.py \
|
||||
--config $wpt_root/config.ini \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue