From b65ffa274aacf644b690b413fa924dd747451544 Mon Sep 17 00:00:00 2001 From: granluo Date: Tue, 1 Feb 2022 15:27:18 -0800 Subject: [PATCH] Reverse test. --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 30e1e7ced..8fba99158 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -18,7 +18,7 @@ # Build the quickstart. If we're running on the main repo (not a fork), we # also run the tests along with the decoded GoogleService-Info.plist files. -set -exuo pipefail +set -euo pipefail # Set default parameters if [[ -z "${SPM:-}" ]]; then