From 0b40139caa7029d0587462dd6f26249f5e06ba1a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 2 Jul 2016 18:37:53 -0700 Subject: [PATCH] [Tests] set x option in update mock to better locate failures --- update_test_mocks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_test_mocks.sh b/update_test_mocks.sh index faaf028..ee08915 100755 --- a/update_test_mocks.sh +++ b/update_test_mocks.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -e +set -ex echo 'Updating test mocks...'