From a8ce441437260fd6e83bc8b30d5edc698a58765e Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 5 Aug 2014 02:38:25 +0530 Subject: [PATCH] Emergency fix for broken tree (mozlog update) --- src/test/wpt/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/wpt/run.sh b/src/test/wpt/run.sh index 56bf1eec177..5d34e64308d 100755 --- a/src/test/wpt/run.sh +++ b/src/test/wpt/run.sh @@ -16,6 +16,8 @@ source _virtualenv/bin/activate if [[ $* == *--update-manifest* ]]; then (python -c "import html5lib" &>/dev/null) || pip install html5lib fi + +(python -c "import mozlog" &>/dev/null) || pip install mozlog==2.1 #Temporary fix for broken tree (python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.0' python $servo_root/src/test/wpt/run.py \