mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-28 13:05:28 -05:00
fix coverall script
This commit is contained in:
@@ -28,7 +28,7 @@ if [ -f ${TEST_FILES[0]} ]; then
|
||||
test_package ""
|
||||
fi
|
||||
|
||||
for DIR in $(find * -type d -not -path "*.git*"); do
|
||||
for DIR in $(find * -type d ! -path "*.git*" ! -path "*vendor*"); do
|
||||
TEST_FILES=($DIR/*_test.go)
|
||||
if [ -f ${TEST_FILES[0]} ]; then
|
||||
test_package $DIR
|
||||
|
||||
Reference in New Issue
Block a user