[TASK] disable ssh manager test (becouse of network)
This commit is contained in:
parent
944489406c
commit
c9bd9ed9c3
|
@ -6,7 +6,7 @@ echo "mode: count" > profile.cov
|
|||
FAIL=0
|
||||
|
||||
# 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
|
||||
if ls $dir/*.go &> /dev/null; then
|
||||
go test -p 1 -v -covermode=count -coverprofile=profile.tmp $dir || FAIL=$?
|
||||
|
|
Loading…
Reference in New Issue