1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 06:16:09 -04:00

update coverall script

This commit is contained in:
V2Ray 2015-09-19 22:06:32 +02:00
parent 2c0096c20a
commit 86315633e1

View File

@ -23,8 +23,8 @@ 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" "net"
test_package "net/socks" ".,io/socks,net,net/socks"
test_package "net/vmess" ".,io,math,net,net/vmess"
if [ "$FAIL" -eq 0 ]; then