You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sm...@apache.org on 2019/02/11 22:24:07 UTC

[geode-benchmarks] branch develop updated: set -e so errors aren't masked. (#52)

This is an automated email from the ASF dual-hosted git repository.

smgoller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3daa238  set -e so errors aren't masked. (#52)
3daa238 is described below

commit 3daa238034c3c9a6177d6551ebca0df051dbdb06
Author: Sean Goller <se...@goller.net>
AuthorDate: Mon Feb 11 14:24:02 2019 -0800

    set -e so errors aren't masked. (#52)
---
 infrastructure/scripts/aws/analyze_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/scripts/aws/analyze_tests.sh b/infrastructure/scripts/aws/analyze_tests.sh
index 1d4e11c..9b3275c 100755
--- a/infrastructure/scripts/aws/analyze_tests.sh
+++ b/infrastructure/scripts/aws/analyze_tests.sh
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-
+set -e
 #
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file