summaryrefslogtreecommitdiffhomepage
path: root/test/runner
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-04-21 09:41:40 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-21 09:44:00 -0700
commit8b72623e6ababc5448de0cb347476eaf4a611e2c (patch)
tree67804b2e4d9d2008c981e5ea48f9485d43125ecd /test/runner
parent7c0f3bc8576addbec001095d754a756691d26df3 (diff)
Internal change.
PiperOrigin-RevId: 307622320
Diffstat (limited to 'test/runner')
-rw-r--r--test/runner/defs.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner/defs.bzl b/test/runner/defs.bzl
index 56743a526..0a75b158f 100644
--- a/test/runner/defs.bzl
+++ b/test/runner/defs.bzl
@@ -23,7 +23,7 @@ def _runner_test_impl(ctx):
# Return with all transitive files.
runfiles = ctx.runfiles(
transitive_files = depset(transitive = [
- depset(target.data_runfiles.files)
+ target.data_runfiles.files
for target in (ctx.attr.runner, ctx.attr.test)
if hasattr(target, "data_runfiles")
]),