[TASK] add vendor for yanic client
This commit is contained in:
parent
c1d9386698
commit
376afc7494
|
@ -0,0 +1,4 @@
|
||||||
|
[submodule "vendor/github.com/FreifunkBremen/yanic"]
|
||||||
|
path = vendor/github.com/FreifunkBremen/yanic
|
||||||
|
url = https://github.com/FreifunkBremen/yanic
|
||||||
|
branch = database-socket
|
|
@ -6,7 +6,7 @@ echo "mode: count" > profile.cov
|
||||||
FAIL=0
|
FAIL=0
|
||||||
|
|
||||||
# Standard go tooling behavior is to ignore dirs with leading underscors
|
# Standard go tooling behavior is to ignore dirs with leading underscors
|
||||||
for dir in $(find . -maxdepth 10 -not -path './ssh' -not -path './.git*' -not -path '*/_*' -type d);
|
for dir in $(find . -maxdepth 10 -not -path './ssh' -not -path './vendor/*' -not -path './.git*' -not -path '*/_*' -type d);
|
||||||
do
|
do
|
||||||
if ls $dir/*.go &> /dev/null; then
|
if ls $dir/*.go &> /dev/null; then
|
||||||
go test -p 1 -v -covermode=count -coverprofile=profile.tmp $dir || FAIL=$?
|
go test -p 1 -v -covermode=count -coverprofile=profile.tmp $dir || FAIL=$?
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cf15adc69e24b20e295b0a766fb2128bc08da0c6
|
Loading…
Reference in New Issue