From 59ae0cc89703f72bcfc31d2295a7a144ba89f5ee Mon Sep 17 00:00:00 2001 From: Patrick Gaskin Date: Tue, 10 Nov 2020 21:02:38 -0500 Subject: [PATCH] Added 4.25.15875 to symbol tests --- test/syms/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/syms/main.go b/test/syms/main.go index fb864fb..15d61a9 100644 --- a/test/syms/main.go +++ b/test/syms/main.go @@ -34,6 +34,7 @@ func main() { "4.15.12920", "4.16.13162", "4.17.13651", "4.17.13694", "4.18.13737", "4.19.14123", "4.20.14601", "4.20.14617", "4.20.14622", "4.21.15015", "4.22.15190", "4.22.15268", "4.23.15505", "4.24.15672", "4.24.15676", + "4.25.15875", } checks := map[string]map[string][]SymCheck{} @@ -144,7 +145,7 @@ func main() { } func GetPatcher(version, lib string) (*patchlib.Patcher, error) { - resp, err := http.Get("https://github.com/pgaskin/kobopatch-patches/raw/v68/testdata/" + version + ".tar.xz") + resp, err := http.Get("https://github.com/pgaskin/kobopatch-patches/raw/v69/testdata/" + version + ".tar.xz") if err != nil { return nil, fmt.Errorf("get kobopatch testdata for %#v: %w", version, err) }