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 b5de57c  create the failed file before writing to it
b5de57c is described below

commit b5de57ca1a07c5db2b85cf6a32a592a7740f6202
Author: Helena A. Bales <[email protected]>
AuthorDate: Fri Dec 6 11:43:45 2019 -0800

    create the failed file before writing to it
---
 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 68a423a..e44fd4e 100755
--- a/infrastructure/scripts/aws/run_against_baseline.sh
+++ b/infrastructure/scripts/aws/run_against_baseline.sh
@@ -20,6 +20,7 @@
 set -e -o pipefail
 
 input="/tmp/build/*/results/benchmarks*/failedTests"
+touch ${input}
 echo "org.apache.geode.benchmark.tests.NoopBenchmark" > ${input}
 exit 1
 

Reply via email to