소스 검색

update coverall script

V2Ray 10 년 전
부모
커밋
86315633e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      testing/coverage/coverall

+ 1 - 1
testing/coverage/coverall

@@ -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