From 3734a25cf2513c9c7d253666a3a7128da7e73934 Mon Sep 17 00:00:00 2001 From: V2Ray Date: Sat, 19 Sep 2015 19:06:41 +0200 Subject: [PATCH] Update coverall script --- testing/coverage/coverall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/coverage/coverall b/testing/coverage/coverall index 1b35bfd5..ae72ee18 100755 --- a/testing/coverage/coverall +++ b/testing/coverage/coverall @@ -20,10 +20,10 @@ function test_package { echo "mode: set" > coverall.out test_package "." "." -test_package "io/socks" "io,io/socks" +test_package "io/socks" "io/socks" test_package "io/vmess" "hash,io,io/vmess" test_package "math" "math" -test_package "net/socks" "io,io/socks,net,net/socks" +test_package "net/socks" "io/socks,net,net/socks" test_package "net" "net" if [ "$FAIL" -eq 0 ]; then