Skip to content

Commit

Permalink
Explicitly set Firefox to use the fast reftest runner.
Browse files Browse the repository at this point in the history
This should happen by default on Linux, but it doesn't hurt to be explicit.
  • Loading branch information
jgraham committed Apr 27, 2018
1 parent 83e5358 commit 1e51e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/ci_taskcluster.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [ $1 == "firefox" ]; then
./wpt run firefox --log-tbpl=- --log-tbpl-level=info --log-wptreport=../artifacts/wpt_report.json --this-chunk=$3 --total-chunks=$4 --test-type=$2 -y --install-browser --no-pause --no-restart-on-unexpected
./wpt run firefox --log-tbpl=- --log-tbpl-level=info --log-wptreport=../artifacts/wpt_report.json --this-chunk=$3 --total-chunks=$4 --test-type=$2 -y --install-browser --no-pause --no-restart-on-unexpected --reftest-internal
elif [ $1 == "chrome" ]; then
./wpt run chrome --log-tbpl=- --log-tbpl-level=info --log-wptreport=../artifacts/wpt_report.json --this-chunk=$3 --total-chunks=$4 --test-type=$2 -y --no-pause --no-restart-on-unexpected
fi

0 comments on commit 1e51e17

Please sign in to comment.