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 7841e37 fixing run_test to grab benchmark dirs
7841e37 is described below
commit 7841e37c82d47dee27ca56fed95b86b29773855d
Author: Brian Rowe <[email protected]>
AuthorDate: Tue Dec 18 10:46:54 2018 -0800
fixing run_test to grab benchmark dirs
---
infrastructure/scripts/google_cloud/run_tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure/scripts/google_cloud/run_tests.sh
b/infrastructure/scripts/google_cloud/run_tests.sh
index 477a75a..e9288b0 100755
--- a/infrastructure/scripts/google_cloud/run_tests.sh
+++ b/infrastructure/scripts/google_cloud/run_tests.sh
@@ -43,4 +43,4 @@ mkdir -p ${OUTPUT}
gcloud compute scp --recurse
geode@${FIRST_INSTANCE}:geode-benchmarks/geode-benchmarks/build/reports
${OUTPUT}/reports
-gcloud compute scp --recurse
geode@${FIRST_INSTANCE}:geode-benchmarks/geode-benchmarks/build/benchmarks
${OUTPUT}
+gcloud compute scp --recurse
geode@${FIRST_INSTANCE}:geode-benchmarks/geode-benchmarks/build/benchmarks*
${OUTPUT}