Skip to content

Commit 4d4f363

Browse files
committedApr 10, 2018
Make run-uts compatible with MacOS
1 parent e9f1c1e commit 4d4f363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎run-uts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ find . -name "*.coverprofile" -type f -delete
1515
if [ -z $WHAT ]
1616
then
1717
echo "Calculating packages to cover..."
18-
go_dirs=$(find -type f -name '*.go' | \
18+
go_dirs=$(find . -type f -name '*.go' | \
1919
grep -vE '/vendor/|.glide|.git' | \
2020
xargs -n 1 dirname | \
2121
sort | uniq | \

0 commit comments

Comments
 (0)
Please sign in to comment.