Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantramangupta committed Jun 25, 2019
1 parent c0af90a commit 476674c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls
for d in */ ; do
for entry in "$d"/*;do
if `[[ $entry =~ [a-zA-Z-]{1,}(_test.go)$ ]]`;then echo `GOCACHE=off go test -v ./${d: 0:-1} -coverprofile ${d: 0:-1}.part`;fi
if `[[ $entry =~ [a-zA-Z-]{1,}(_test.go)$ ]]`;then `GOCACHE=off go test -v ./${d: 0:-1} -coverprofile ${d: 0:-1}.part`;break;fi
done
done
echo "mode: set">>coverage.out
Expand Down

0 comments on commit 476674c

Please sign in to comment.