From a0bf6dc1a136bbd79785649c2d678a75ed491ee5 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Mon, 27 Nov 2017 16:27:18 -0600 Subject: [PATCH] move comment --- Makefile | 1 - test.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab9223f6..11a75664 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ dist: @ bash scripts/dist.sh @ bash scripts/publish.sh -# test.sh requires that we run the installed cmds, must not be out of date test: @ find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \; @ echo "==> Running go test" diff --git a/test.sh b/test.sh index 33839c06..978b26e1 100755 --- a/test.sh +++ b/test.sh @@ -14,5 +14,6 @@ done echo "==> Running integration tests (./tests)" find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \; +# tests/test.sh requires that we run the installed cmds, must not be out of date make install bash tests/test.sh