diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-07-27 11:10:24 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-27 11:10:24 -0700 |
commit | 1876225fc82a4efb74a725bf1166cb0978af6b85 (patch) | |
tree | 58f945e2cd9fa22606957679b7d3800e734acd1f /test/runner | |
parent | d0fd97541ad767975092d4ac3ecf3814797e931c (diff) | |
parent | 91a47a40a8490aaeceb5a8162eb47b758ca738a1 (diff) |
Merge pull request #3377 from kevinGC:native-tags
PiperOrigin-RevId: 323398518
Diffstat (limited to 'test/runner')
-rw-r--r-- | test/runner/defs.bzl | 2 |
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(): |