Revert "Update wptrunner and start running reftests."

This reverts commit 1d68ee689f.

Fixes #4462.
This commit is contained in:
Ms2ger 2014-12-23 09:29:25 +01:00
parent 01e3449f14
commit c2e4e715ae
39 changed files with 1 additions and 196 deletions

View file

@ -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 \