mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Allow for TESTNAMESPACE to be set outside the makefile
This commit is contained in:
parent
ad50694af9
commit
3e082c575c
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -37,7 +37,9 @@ TESTBIN := $(BINDIR)/$(TESTBINNAME)
|
||||||
RELEASE := $(GOBUILDDIR)/bin/release
|
RELEASE := $(GOBUILDDIR)/bin/release
|
||||||
GHRELEASE := $(GOBUILDDIR)/bin/github-release
|
GHRELEASE := $(GOBUILDDIR)/bin/github-release
|
||||||
|
|
||||||
TESTNAMESPACE := arangodb-operator-tests
|
ifndef TESTNAMESPACE
|
||||||
|
TESTNAMESPACE := arangodb-operator-tests
|
||||||
|
endif
|
||||||
|
|
||||||
SOURCES := $(shell find $(SRCDIR) -name '*.go' -not -path './test/*')
|
SOURCES := $(shell find $(SRCDIR) -name '*.go' -not -path './test/*')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue