You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.Errorf("failed to verify existence of %q file: args %q: %v", btfFile, rr.Command(), err)
128
+
}
129
+
130
+
if!strings.Contains(rr.Stdout.String(), "OK") {
131
+
t.Errorf("expected file %q to exist, but it does not. BTF types are required for CO-RE eBPF programs; set CONFIG_DEBUG_INFO_BTF in kernel configuration.", btfFile)
0 commit comments