You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ap...@apache.org on 2019/03/27 19:38:57 UTC

[beam] branch master updated: Fix ./gradlew :beam-test-tools:goTest

This is an automated email from the ASF dual-hosted git repository.

apilloud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 684285a  Fix ./gradlew :beam-test-tools:goTest
     new 352a3d9  Merge pull request #8155 from alanmyrvold/goFix
684285a is described below

commit 684285a5526de8eebec78399ac2538adcee3d687
Author: Alan Myrvold <am...@google.com>
AuthorDate: Wed Mar 27 11:30:21 2019 -0700

    Fix ./gradlew :beam-test-tools:goTest
---
 .test-infra/tools/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/tools/build.gradle b/.test-infra/tools/build.gradle
index 8fd8473..aabeca0 100644
--- a/.test-infra/tools/build.gradle
+++ b/.test-infra/tools/build.gradle
@@ -29,7 +29,7 @@ clean {
 }
 
 golang {
-  packagePath = 'github.com/apache/beam/testing/tools'
+  packagePath = 'github.com/apache/beam/.test-infra/tools'
 }
 
 check.dependsOn goTest