summaryrefslogtreecommitdiffhomepage
path: root/test/runner
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-07-27 11:10:24 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-27 11:10:24 -0700
commit1876225fc82a4efb74a725bf1166cb0978af6b85 (patch)
tree58f945e2cd9fa22606957679b7d3800e734acd1f /test/runner
parentd0fd97541ad767975092d4ac3ecf3814797e931c (diff)
parent91a47a40a8490aaeceb5a8162eb47b758ca738a1 (diff)
Merge pull request #3377 from kevinGC:native-tags
PiperOrigin-RevId: 323398518
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 600cb5192..c92392b35 100644
--- a/test/runner/defs.bzl
+++ b/test/runner/defs.bzl
@@ -157,7 +157,7 @@ def syscall_test(
platform = "native",
use_tmpfs = False,
add_uds_tree = add_uds_tree,
- tags = tags,
+ tags = list(tags),
)
for (platform, platform_tags) in platforms.items():