diff --git a/test.sh b/test.sh index a92243cf7..a1ab4301f 100755 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ set -e echo "" > coverage.txt -for d in $( find ./* -maxdepth 10 ! -path "./vendor*" ! -path "./.git*" -type d); do +for d in $( find ./* -maxdepth 10 ! -path "./vendor*" ! -path "./.git*" ! -path "./scripts*" -type d); do if ls $d/*.go &> /dev/null; then go test -v -race -coverprofile=profile.out -covermode=atomic $d if [ -f profile.out ]; then