summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-02-02 19:05:23 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2018-02-05 20:17:37 +0000
commit3609b82fe6f5fe268cdbe9f8aba43140c4e81f90 (patch)
tree885ee7015b2f15ce20cdff768b3468ff4c0ad492 /Makefile
parent1ac11dcf8423575f4e5f5f758b8989cf3fcc389b (diff)
downloadpodman-3609b82fe6f5fe268cdbe9f8aba43140c4e81f90.tar.gz
podman-3609b82fe6f5fe268cdbe9f8aba43140c4e81f90.tar.bz2
podman-3609b82fe6f5fe268cdbe9f8aba43140c4e81f90.zip
Migrate diff, exec, export, and history to ginkgo
Migrate the diff, exec, export, and history bats tests to the ginkgo test suite. Signed-off-by: baude <bbaude@redhat.com> Closes: #287 Approved by: baude
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0ea8aa36..bae13f50b 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,10 @@ install.tools: .install.gitvalidation .install.gometalinter .install.md2man
.install.md2man: .gopathok
if [ ! -x "$(GOPATH)/bin/go-md2man" ]; then \
- go get -u github.com/cpuguy83/go-md2man; \
+ go get -d github.com/cpuguy83/go-md2man; \
+ cd $(GOPATH)/src/github.com/cpuguy83/go-md2man; \
+ git checkout 20f5889cbdc3c73dbd2862796665e7c465ade7d1; \
+ go install github.com/cpuguy83/go-md2man; \
fi
.install.ostree: .gopathok