From 8e2dffa1f93e8683a0d04e8fdaf57c46515c1037 Mon Sep 17 00:00:00 2001 From: Anna R Date: Mon, 27 Jan 2020 11:02:18 -0800 Subject: [PATCH] Export run_and_gather_logs_lib.py file since it is used by benchmark build rule (tf_py_logged_benchmark). PiperOrigin-RevId: 291757705 Change-Id: I4a06879e4ba1e7e22d65477cae63a844e9640847 --- tensorflow/tools/test/BUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD index 936f35f1435..30c8d991b5f 100644 --- a/tensorflow/tools/test/BUILD +++ b/tensorflow/tools/test/BUILD @@ -12,7 +12,10 @@ package( licenses = ["notice"], # Apache 2.0 ) -exports_files(["LICENSE"]) +exports_files([ + "LICENSE", + "run_and_gather_logs_lib.py", +]) py_library( name = "system_info_lib",