move comment

This commit is contained in:
Anton Kaliaev
2017-11-27 16:27:18 -06:00
parent 0981c174cc
commit a0bf6dc1a1
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -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"
+1
View File
@@ -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