Skip to content

Commit

Permalink
Fix web-platform-tests#12876: set -ex on ci_taskcluster.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Sep 6, 2018
1 parent ec82266 commit 3c6ea61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/ci/ci_taskcluster.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -ex

./wpt manifest-download
# This is allowed to fail
./wpt manifest-download || echo

if [ $1 == "firefox" ]; then
./wpt run firefox --log-tbpl=../artifacts/log_tbpl.log --log-tbpl-level=info --log-wptreport=../artifacts/wpt_report.json --log-mach=- --this-chunk=$4 --total-chunks=$5 --test-type=$3 -y --install-browser --channel=$2 --no-pause --no-restart-on-unexpected --reftest-internal --install-fonts --no-fail-on-unexpected
Expand Down

0 comments on commit 3c6ea61

Please sign in to comment.