modify test scripts to use relative paths

This commit is contained in:
Anton Kaliaev
2017-05-04 16:50:00 +04:00
parent 9a6d190282
commit ce124c4aeb
4 changed files with 38 additions and 12 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ lint:
@ go get -u github.com/golang/lint/golint
@ for file in $$(find "." -name '*.go' | grep -v '/vendor/' | grep -v '\.pb\.go'); do \
golint -set_exit_status $${file}; \
done;
done;
test_integrations: get_vendor_deps install test