From beedba4f32aaca2615073d1e27b102769cd493eb Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Thu, 6 Sep 2018 19:03:32 +0100 Subject: [PATCH] set -ex on ci_taskcluster.sh --- tools/ci/ci_taskcluster.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/ci/ci_taskcluster.sh b/tools/ci/ci_taskcluster.sh index e5baa486c078571..f1981206ccb740a 100755 --- a/tools/ci/ci_taskcluster.sh +++ b/tools/ci/ci_taskcluster.sh @@ -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