You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2020/04/07 15:59:24 UTC

[incubator-heron] branch nicknezis/bazel-2 updated: Updated Bazel path

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 <ni...@gmail.com>
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",