Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
94fc1e31
Commit
94fc1e31
authored
Mar 15, 2019
by
Patrick Ohly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build.make: avoid unit-testing E2E test suite
In repos that have a test/e2e, that test suite should be run separately because it depends on a running cluster.
parent
849db0ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
build.make
build.make
+1
-1
No files found.
build.make
View file @
94fc1e31
...
@@ -98,7 +98,7 @@ test:
...
@@ -98,7 +98,7 @@ test:
test
:
test-go
test
:
test-go
test-go
:
test-go
:
@
echo
;
echo
"###
$@
:"
@
echo
;
echo
"###
$@
:"
go
test
`
go list ./... |
grep
-v
'vendor
'
$(TEST_GO_FILTER_CMD)
`
$(TESTARGS)
go
test
`
go list ./... |
grep
-v
-e
'vendor'
-e
'/test/e2e$$
'
$(TEST_GO_FILTER_CMD)
`
$(TESTARGS)
.PHONY
:
test-vet
.PHONY
:
test-vet
test
:
test-vet
test
:
test-vet
...
...
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