mirror of https://github.com/docker/docs.git
Merge pull request #6227 from crosbymichael/fix-test-compile
Don't compile nsinit during tests (it has package main)
This commit is contained in:
commit
c6dc8275b2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue