Merge pull request #7298 from VilledeMontreal/fix/relativePathAcceptance

fix(tests): Use relative path to acceptance tests
pull/7364/head
Marc Khouzam 5 years ago committed by GitHub
commit edaac9649e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save