浏览代码

Update coverall script

V2Ray 10 年之前
父节点
当前提交
3734a25cf2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      testing/coverage/coverall

+ 2 - 2
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