aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/test
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2016-05-04 13:36:48 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-05-04 18:31:24 +0000
commit4dd18ecfc4c32497ca40f3af4d37e24a8f99dfb7 (patch)
tree9a6af4d14972be23777b2129beaf7f0ca1d9777e /third_party/ijar/test
parente55161f474ff36e310f6f6fff5d5232320df3c54 (diff)
Switch to using ../repo-name syntax for runfiles
-- MOS_MIGRATED_REVID=121475668
Diffstat (limited to 'third_party/ijar/test')
-rw-r--r--third_party/ijar/test/BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD
index 507256ce1c..da06173368 100644
--- a/third_party/ijar/test/BUILD
+++ b/third_party/ijar/test/BUILD
@@ -9,10 +9,10 @@ sh_test(
size = "enormous",
srcs = ["ijar_test.sh"],
args = [
- "$(JAVABASE)/bin/javac",
- "$(JAVA)",
- "$(JAVABASE)/bin/jar",
- "$(JAVABASE)/bin/javap",
+ "../local_jdk/bin/javac",
+ "../local_jdk/bin/java",
+ "../local_jdk/bin/jar",
+ "../local_jdk/bin/javap",
"io_bazel/$(location //third_party/ijar)",
"io_bazel/$(location //tools/jdk:langtools)",
# We assume unzip and zip to be on the path