From 593b5388171851533477a98078b4885b96e4241e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 28 Apr 2014 16:23:22 +0200 Subject: [PATCH] Don't ignore errors in wpt/run.sh. --- 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 1d05280d0db..c3325e53985 100755 --- a/src/test/wpt/run.sh +++ b/src/test/wpt/run.sh @@ -2,6 +2,8 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +set -e + servo_root="$1" objdir="$2" shift 2