Merge pull request #3377 from kevinGC:native-tags

PiperOrigin-RevId: 323398518
This commit is contained in:
gVisor bot 2020-07-27 11:10:24 -07:00
commit 1876225fc8
1 changed files with 1 additions and 1 deletions

View File

@ -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():