Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
b051f3d3
Commit
b051f3d3
authored
Sep 16, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14024 from ixdy/jenkins-build-test
Auto commit by PR queue bot
parents
c2ffe68d
a345704c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
test-go.sh
hack/test-go.sh
+10
-11
No files found.
hack/test-go.sh
View file @
b051f3d3
...
...
@@ -28,17 +28,16 @@ kube::test::find_dirs() {
cd
${
KUBE_ROOT
}
find
.
-not
\(
\
\(
\
-wholename
'./output'
\
-o
-wholename
'./_output'
\
-o
-wholename
'./_artifacts/'
\
-o
-wholename
'./_gopath/'
\
-o
-wholename
'./release'
\
-o
-wholename
'./target'
\
-o
-wholename
'*/Godeps/*'
\
-o
-wholename
'./release*'
\
-o
-wholename
'*/contrib/podex/*'
\
-o
-wholename
'*/test/e2e/*'
\
-o
-wholename
'*/test/integration/*'
\
-path
'./_artifacts/*'
\
-o
-path
'./_output/*'
\
-o
-path
'./_gopath/*'
\
-o
-path
'./Godeps/*'
\
-o
-path
'./contrib/podex/*'
\
-o
-path
'./output/*'
\
-o
-path
'./release/*'
\
-o
-path
'./target/*'
\
-o
-path
'./test/e2e/*'
\
-o
-path
'./test/integration/*'
\
\)
-prune
\
\)
-name
'*_test.go'
-print0
| xargs
-0n1
dirname
|
sed
's|^\./||'
|
sort
-u
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment