Skip to content

Commit

Permalink
Exclude perfdash/vendor from go test
Browse files Browse the repository at this point in the history
  • Loading branch information
orsoly committed Oct 22, 2018
1 parent 077faa2 commit 3654530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verify/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ find_test_dirs() {
-o -path './clusterloader/vendor/*' \
-o -path './compare/vendor/*' \
-o -path './network/vendor/*' \
-o -path './perfdash/vendor/*' \
-o -path './slo-monitor/vendor/*' \
\) -prune \
\) -name '*_test.go' -print0 | xargs -0n1 dirname | sed "s|^\./|${KUBE_GO_PACKAGE}/|" | LC_ALL=C sort -u
Expand Down

0 comments on commit 3654530

Please sign in to comment.