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 9a54d7a Revert "exit in a different place"
9a54d7a is described below
commit 9a54d7a2b4f2d0f5f5b95afab694e3dcdbc338b9
Author: Helena A. Bales <[email protected]>
AuthorDate: Fri Dec 6 11:17:49 2019 -0800
Revert "exit in a different place"
This reverts commit 7fce0b2e3c50b1a42871c97f5d539395815db237.
---
infrastructure/scripts/aws/run_against_baseline.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/infrastructure/scripts/aws/run_against_baseline.sh
b/infrastructure/scripts/aws/run_against_baseline.sh
index 9185b0c..9681f58 100755
--- a/infrastructure/scripts/aws/run_against_baseline.sh
+++ b/infrastructure/scripts/aws/run_against_baseline.sh
@@ -18,7 +18,6 @@
# limitations under the License.
set -e -o pipefail
-exit 1
DEFAULT_BENCHMARK_REPO='https://github.com/apache/geode-benchmarks'
BENCHMARK_REPO=${DEFAULT_BENCHMARK_REPO}