Browse Source

move comment

pull/1780/head
Anton Kaliaev 7 years ago
parent
commit
a0bf6dc1a1
No known key found for this signature in database GPG Key ID: 7B6881D965918214
2 changed files with 1 additions and 1 deletions
  1. +0
    -1
      Makefile
  2. +1
    -0
      test.sh

+ 0
- 1
Makefile 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
- 0
test.sh 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

Loading…
Cancel
Save