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

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


The following commit(s) were added to refs/heads/GEODE-7554 by this push:
     new 7fce0b2  exit in a different place
7fce0b2 is described below

commit 7fce0b2e3c50b1a42871c97f5d539395815db237
Author: Helena A. Bales <[email protected]>
AuthorDate: Fri Dec 6 11:16:03 2019 -0800

    exit in a different place
    
    Signed-off-by: Robert Houghton <[email protected]>
---
 infrastructure/scripts/aws/run_against_baseline.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure/scripts/aws/run_against_baseline.sh 
b/infrastructure/scripts/aws/run_against_baseline.sh
index 9681f58..9185b0c 100755
--- a/infrastructure/scripts/aws/run_against_baseline.sh
+++ b/infrastructure/scripts/aws/run_against_baseline.sh
@@ -18,6 +18,7 @@
 # limitations under the License.
 
 set -e -o pipefail
+exit 1
 
 DEFAULT_BENCHMARK_REPO='https://github.com/apache/geode-benchmarks'
 BENCHMARK_REPO=${DEFAULT_BENCHMARK_REPO}

Reply via email to