1
0
mirror of https://github.com/docker/cli.git synced 2025-09-02 10:21:16 +03:00

Fixes some unit tests to be able to run them on windows

Some of them are skipped for now (because the feature is not supported
or needs more work), some of them are fixed.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2018-02-27 16:54:36 +01:00
parent facb22573d
commit 0cf2e6353a
15 changed files with 435 additions and 369 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -eo pipefail
shellcheck contrib/completion/bash/docker
find scripts/ -type f | grep -v scripts/winresources | grep -v '*.ps1' | xargs shellcheck
#!/usr/bin/env bash
set -eo pipefail
shellcheck contrib/completion/bash/docker
find scripts/ -type f | grep -v scripts/winresources | grep -v '.*.ps1' | xargs shellcheck