[TASK] disable ssh manager test (becouse of network)

This commit is contained in:
Martin Geno 2017-05-06 14:44:57 +02:00
parent 944489406c
commit c9bd9ed9c3
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
1 changed files with 1 additions and 1 deletions

View File

@ -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 './.git*' -not -path '*/_*' -type d); for dir in $(find . -maxdepth 10 -not -path './ssh' -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=$?