Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have bazel_example_test.sh properly depend on #8041

Closed
wants to merge 4 commits into from

Conversation

buchgr
Copy link
Contributor

@buchgr buchgr commented Apr 15, 2019

  • no longer uses $bazel_javabase from testenv.sh
  • works with absolute $(JAVABASE) paths and JDK's other than
    local_jdk.

Progress towards #8033

@buchgr buchgr requested a review from laszlocsomor April 15, 2019 11:55
@buchgr buchgr mentioned this pull request Apr 15, 2019
26 tasks
@@ -22,6 +22,35 @@ CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${CURRENT_DIR}/../integration_test_setup.sh" \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look up this path with rlocation

src/test/shell/bazel/bazel_example_test.sh Show resolved Hide resolved
buchgr added 2 commits April 16, 2019 11:01
- no longer uses $bazel_javabase from testenv.sh
- works with absolute $(JAVABASE) paths and JDK's other than
  local_jdk.

Progress towards bazelbuild#8033
@bazel-io bazel-io closed this in 61bf65a Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants