Update to wptrunner 1.3, which actually runs.

This commit is contained in:
Ms2ger 2014-10-06 22:37:17 +02:00
parent 06489fcc42
commit ff42493d87
13 changed files with 13 additions and 92 deletions

View file

@ -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.2'
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.3'
python $servo_root/tests/wpt/run.py \
--config $servo_root/tests/wpt/config.ini \