mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Bugfix: non-native tests were tagged as native
Copy the list of tags when passing it to _syscall_test.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user