mirror of https://github.com/docker/cli.git
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
set -eu -o pipefail
|
||
|
|
||
|
go test -tags daemon -v $@
|