Bugfix: non-native tests were tagged as native

Copy the list of tags when passing it to _syscall_test.
This commit is contained in:
Kevin Krakauer
2020-07-24 17:27:11 -07:00
parent ea0342d470
commit 91a47a40a8
+1 -1
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():