This is an automated email from the ASF dual-hosted git repository.
wirebaron pushed a commit to branch gcpscaletest
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git
The following commit(s) were added to refs/heads/gcpscaletest by this push:
new cae8c18 fixing run_test to grab benchmark dirs, now on aws as well
cae8c18 is described below
commit cae8c184ce0b98952176dff4cf2de0827ea87c41
Author: Brian Rowe <[email protected]>
AuthorDate: Tue Dec 18 11:49:47 2018 -0800
fixing run_test to grab benchmark dirs, now on aws as well
---
infrastructure/scripts/aws/run_tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure/scripts/aws/run_tests.sh
b/infrastructure/scripts/aws/run_tests.sh
index e5bb5c5..f9cf136 100755
--- a/infrastructure/scripts/aws/run_tests.sh
+++ b/infrastructure/scripts/aws/run_tests.sh
@@ -44,4 +44,4 @@ mkdir -p ${OUTPUT}
scp ${SSH_OPTIONS} -r
geode@${FIRST_INSTANCE}:geode-benchmarks/geode-benchmarks/build/reports
${OUTPUT}/reports
-scp ${SSH_OPTIONS} -r
geode@${FIRST_INSTANCE}:geode-benchmarks/geode-benchmarks/build/benchmarks
${OUTPUT}
+scp ${SSH_OPTIONS} -r
geode@${FIRST_INSTANCE}:geode-benchmarks/geode-benchmarks/build/benchmarks*
${OUTPUT}