Update web-platform-tests.

This commit is contained in:
Ms2ger 2015-02-28 00:53:35 +01:00
parent 203240c1d8
commit a8553c3606
50 changed files with 11805 additions and 5243 deletions

View file

@ -21,7 +21,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.10'
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.13'
python $wpt_root/run.py \
--config $wpt_root/config.ini \