mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu -o pipefail
|
|
|
|
go test -tags daemon -v $@
|