diff options
author | 2016-08-22 23:15:21 -0700 | |
---|---|---|
committer | 2016-08-23 07:15:21 +0100 | |
commit | 2153d2defd194d6678b749e54b72b21ed9f4b123 (patch) | |
tree | d8795c3370f2b7ae3b5c0dc48931a0032e6f8361 /Makefile | |
parent | 8c9c4778c635aebcbf377dfeec8498f81184a06c (diff) | |
download | coredns-2153d2defd194d6678b749e54b72b21ed9f4b123.tar.gz coredns-2153d2defd194d6678b749e54b72b21ed9f4b123.tar.zst coredns-2153d2defd194d6678b749e54b72b21ed9f4b123.zip |
Fix k8s integration tests (#231)
* Adding debug message when starting k8s controller
* Adding work-around for timing issue in k8s integration tests
* Remove unused import
* Fix Makefile for ast package
* Increase k8s verbosity in travis
* Updating TODO list to find root cause of test issue
* go fmt cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ docker: deps .PHONY: generate generate: ../../mholt/caddy + go get $(BUILD_VERBOSE) golang.org/x/tools/go/ast/astutil go generate $(BUILD_VERSOSE) .PHONY: deps |