Codebase list golang-github-shirou-gopsutil / 074ec11
debian/patches: Refresh patches. Martín Ferrari 7 years ago
2 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
99
1010 [ Martín Ferrari ]
1111 * New upstream release. Closes: #827697
12 * debian/patches: Refresh patches.
1213
1314 -- Martín Ferrari <tincho@debian.org> Sun, 19 Jun 2016 21:24:30 +0100
1415
2424 Reviewed-By: Nobuhiro Iwamatsu <iwamatsu@debian.org>
2525 Last-Update: <2016-02-06>
2626
27 --- golang-github-shirou-gopsutil-1.0.0+git20160112.orig/net/net_test.go
28 +++ golang-github-shirou-gopsutil-1.0.0+git20160112/net/net_test.go
29 @@ -204,7 +204,8 @@ func TestNetFilterCounters(t *testing.T)
27 --- a/net/net_test.go
28 +++ b/net/net_test.go
29 @@ -214,7 +214,8 @@
3030
31 v, err := NetFilterCounters()
31 v, err := FilterCounters()
3232 if err != nil {
3333 - t.Errorf("could not get NetConnections: %v", err)
3434 + t.Logf("could not get NetConnections: %v", err)