aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/wpt/run.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/wpt/run.sh b/tests/wpt/run.sh
index c78f554ffa3..4aa626730d7 100755
--- a/tests/wpt/run.sh
+++ b/tests/wpt/run.sh
@@ -18,10 +18,6 @@ if [[ $* == *--update-manifest* ]]; then
fi
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.0'
-# Patch wptrunner to run servo in cpu mode
-sed 's."--hard-fail",."--hard-fail", "-c",.' _virtualenv/lib/python2.7/site-packages/wptrunner/executors/executorservo.py > _virtualenv/lib/python2.7/site-packages/wptrunner/executors/executorservo.py.new
-mv _virtualenv/lib/python2.7/site-packages/wptrunner/executors/executorservo.py.new _virtualenv/lib/python2.7/site-packages/wptrunner/executors/executorservo.py
-
python $servo_root/tests/wpt/run.py \
--config $servo_root/tests/wpt/config.ini \
--binary target/servo \