aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2017-06-22 14:27:37 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-22 14:31:42 -0700
commitd1d42ceda096910ad0e484bd637daebb8965f06f (patch)
treef8b2325135256ee61cb796e9d65635f6df79c35f /tensorflow/tools/test
parentb1c56cc5d971c74062d140a1c5ce98afaa085402 (diff)
Internal change.
PiperOrigin-RevId: 159876942
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/BUILD1
-rw-r--r--tensorflow/tools/test/performance.bzl2
2 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD
index 9367bcd4a3..953463df4a 100644
--- a/tensorflow/tools/test/BUILD
+++ b/tensorflow/tools/test/BUILD
@@ -54,6 +54,7 @@ py_binary(
name = "run_and_gather_logs",
srcs = ["run_and_gather_logs.py"],
srcs_version = "PY2AND3",
+ visibility = ["//visibility:public"],
deps = [
":run_and_gather_logs_lib",
"//tensorflow/python:client_testlib",
diff --git a/tensorflow/tools/test/performance.bzl b/tensorflow/tools/test/performance.bzl
index 2956c6dde7..64fff844a7 100644
--- a/tensorflow/tools/test/performance.bzl
+++ b/tensorflow/tools/test/performance.bzl
@@ -28,7 +28,7 @@ def tf_cc_logged_benchmark(
name = name,
tags = all_tags,
size = "large",
- srcs = ["//tensorflow/tools/test:run_and_gather_logs.py"],
+ srcs = ["//tensorflow/tools/test:run_and_gather_logs"],
args = [
"--name=//%s:%s" % (PACKAGE_NAME, name),
"--test_name=" + target,