This is an automated email from the ASF dual-hosted git repository.
nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/nicknezis/bazel-2 by this push:
new d109569 Updated Bazel path
d109569 is described below
commit d109569adc05df575b788547aae3958ade1d868e
Author: Nicholas Nezis <[email protected]>
AuthorDate: Tue Apr 7 11:58:57 2020 -0400
Updated Bazel path
---
integration_test/src/python/local_test_runner/resources/test.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/integration_test/src/python/local_test_runner/resources/test.conf
b/integration_test/src/python/local_test_runner/resources/test.conf
index 18e9729..483afea 100644
--- a/integration_test/src/python/local_test_runner/resources/test.conf
+++ b/integration_test/src/python/local_test_runner/resources/test.conf
@@ -2,7 +2,7 @@
"cluster" : "local",
"heronCliPath" : "~/bin/heron",
"heronTrackerPath" : "~/bin/heron-tracker",
- "testJarPath" :
"bazel-genfiles/integration_test/src/java/local-integration-tests.jar",
+ "testJarPath" :
"bazel-bin/integration_test/src/java/local-integration-tests.jar",
"topology" : {
"topologyName" : "IntegrationTest_LocalReadWriteTopology",
"topologyClassPath" :
"org.apache.heron.local_integration_test.topology.local_readwrite.LocalReadWriteTopology",