This is an automated email from the ASF dual-hosted git repository. mhanson pushed a commit to branch release/1.11.0 in repository https://gitbox.apache.org/repos/asf/geode.git
commit b72638e0ba01cc8f5843ec3c26bd6bcb862c966f Author: Jacob Barrett <[email protected]> AuthorDate: Wed Dec 18 11:21:19 2019 -0800 Fixes bash error in run_benchmarks.sh script. (#4498) (cherry picked from commit 6232299e7759d24c58150bfbbb13ce64e0d763cb) --- ci/scripts/run_benchmarks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/run_benchmarks.sh b/ci/scripts/run_benchmarks.sh index ae18968..b17546e 100755 --- a/ci/scripts/run_benchmarks.sh +++ b/ci/scripts/run_benchmarks.sh @@ -41,7 +41,7 @@ pushd geode GEODE_SHA=$(git rev-parse --verify HEAD) popd -input= "$(pwd)/results/failedTests" +input="$(pwd)/results/failedTests" pushd geode-benchmarks/infrastructure/scripts/aws/ ./launch_cluster.sh -t ${CLUSTER_TAG} -c ${CLUSTER_COUNT} --ci
