From 46817f4a948571b93c35ce95b0ee3818fe2af86b Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Fri, 9 Jul 2021 12:11:05 -0700 Subject: [PATCH] Make the customer testing shard more verbose (#86143) --- dev/customer_testing/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/customer_testing/ci.sh b/dev/customer_testing/ci.sh index e3fe0aff9b..7ace220412 100755 --- a/dev/customer_testing/ci.sh +++ b/dev/customer_testing/ci.sh @@ -8,7 +8,7 @@ # This is called from .cirrus.yml and the LUCI recipes: # https://flutter.googlesource.com/recipes/+/refs/heads/master/recipe_modules/adhoc_validation/resources/customer_testing.sh -set -e +set -ex # This script does not assume that "flutter update-packages" has been # run, to allow CIs to save time by skipping that steps since it's