Merge pull request #6227 from crosbymichael/fix-test-compile

Don't compile nsinit during tests (it has package main)
This commit is contained in:
Tianon Gravi 2014-06-05 18:06:31 -06:00
commit c6dc8275b2
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ find_dirs() {
-o -wholename './.git' \
-o -wholename './bundles' \
-o -wholename './docs' \
-o -wholename './pkg/libcontainer/nsinit' \
\) \
-prune \
\) -name "$1" -print0 | xargs -0n1 dirname | sort -u