From 46abe9de5eaa306fb9f004d6d5f8c78fe507af62 Mon Sep 17 00:00:00 2001 From: V2Ray Date: Sat, 19 Sep 2015 19:21:17 +0200 Subject: [PATCH] Update coverall script --- testing/coverage/coverall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/coverage/coverall b/testing/coverage/coverall index ae72ee18..b8251f98 100755 --- a/testing/coverage/coverall +++ b/testing/coverage/coverall @@ -23,7 +23,7 @@ test_package "." "." test_package "io/socks" "io/socks" test_package "io/vmess" "hash,io,io/vmess" test_package "math" "math" -test_package "net/socks" "io/socks,net,net/socks" +test_package "net/socks" ".,io/socks,net,net/socks" test_package "net" "net" if [ "$FAIL" -eq 0 ]; then