mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #7298 from VilledeMontreal/fix/relativePathAcceptance
fix(tests): Use relative path to acceptance tests
This commit is contained in:
commit
edaac9649e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ DEP = $(GOPATH)/bin/dep
|
|||
GOX = $(GOPATH)/bin/gox
|
||||
GOIMPORTS = $(GOPATH)/bin/goimports
|
||||
|
||||
ACCEPTANCE_DIR:=$(GOPATH)/src/helm.sh/acceptance-testing
|
||||
ACCEPTANCE_DIR:=../acceptance-testing
|
||||
# To specify the subset of acceptance tests to run. '.' means all tests
|
||||
ACCEPTANCE_RUN_TESTS=.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue