aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2015-11-27 14:34:12 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-11-30 18:30:00 +0000
commita49fac6361ef2d1a2fc366fed516d1dcdf1004ed (patch)
treed3d59602afa117bbc11a3694f2f50cf283e67df2
parent5a246c9decbe931012f78bcf900ada7f286739e2 (diff)
Split up the big monolithic //third_party/bazel/src/test/java/com/google/devtools/build/lib/BUILD file into subpackages.
-- MOS_MIGRATED_REVID=108855229
-rwxr-xr-xsrc/test/shell/bazel/bazel_worker_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/shell/bazel/bazel_worker_test.sh b/src/test/shell/bazel/bazel_worker_test.sh
index 60a53b8b3c..a8003927ef 100755
--- a/src/test/shell/bazel/bazel_worker_test.sh
+++ b/src/test/shell/bazel/bazel_worker_test.sh
@@ -20,7 +20,7 @@
# TODO(philwo): Change this so the path to the custom worker gets passed in as an argument to the
# test, once the bug that makes using the "args" attribute with sh_tests in Bazel impossible is
# fixed.
-example_worker=$(find $PWD -name worker-example_deploy.jar)
+example_worker=$(find $PWD -name ExampleWorker_deploy.jar)
# Load test environment
source $(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/test-setup.sh \