1
0
Fork 0
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:
Ewout Prangsma 2018-02-20 11:12:31 +01:00
parent ad50694af9
commit 3e082c575c
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -37,7 +37,9 @@ TESTBIN := $(BINDIR)/$(TESTBINNAME)
RELEASE := $(GOBUILDDIR)/bin/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/*')