1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-16 17:38:45 -05:00

fix coverall script

This commit is contained in:
Darien Raymond 2018-07-03 21:48:35 +02:00
parent e3cc852c57
commit 2b0196527d
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -28,7 +28,7 @@ if [ -f ${TEST_FILES[0]} ]; then
test_package "" test_package ""
fi 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) TEST_FILES=($DIR/*_test.go)
if [ -f ${TEST_FILES[0]} ]; then if [ -f ${TEST_FILES[0]} ]; then
test_package $DIR test_package $DIR