reg/vendor/github.com/docker/cli/scripts/test/unit

5 lines
57 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -eu -o pipefail
go test -v "$@"