mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-12 06:50:31 +00:00
sys/syz-sysgen: fix up linux/arm/kvm hack
We have some private files that need to be excluded as well... oh, hacks.
This commit is contained in:
parent
64d61b4117
commit
9cea41ad33
@ -117,7 +117,7 @@ func main() {
|
||||
// Note: syz-extract also ignores this file for arm.
|
||||
top = descriptions.Filter(func(n ast.Node) bool {
|
||||
pos, _, _ := n.Info()
|
||||
return pos.File != "dev_kvm.txt"
|
||||
return !strings.HasSuffix(pos.File, "_kvm.txt")
|
||||
})
|
||||
}
|
||||
if OS == "test" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user