aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-23 04:19:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-23 04:22:58 -0700
commit73ea2060116cd97d1692df31f8b8703de9d22744 (patch)
treebab9eb0f1846ca3b81f94e528b273f5ba51450fa /tensorflow/tools/test
parent33e34ef79f66743e44ced81ed9cf182e00ad5d13 (diff)
PiperOrigin-RevId: 166184401
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/performance.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/tools/test/performance.bzl b/tensorflow/tools/test/performance.bzl
index 64fff844a7..b5c4bbf5a7 100644
--- a/tensorflow/tools/test/performance.bzl
+++ b/tensorflow/tools/test/performance.bzl
@@ -21,8 +21,8 @@ def tf_cc_logged_benchmark(
fail(" ".join(("Target must be a single well-defined test, e.g.,",
"//path/to:test. Received: %s" % target)))
- all_tags = list(set(tags) + \
- set(["benchmark-test", "local", "manual", "regression-test"]))
+ all_tags = list(depset(tags) + \
+ depset(["benchmark-test", "local", "manual", "regression-test"]))
tf_py_test(
name = name,