Files
docker-cli/components/cli/scripts/test/unit
Sebastiaan van Stijn 293c21ca60 Remove deprecated "daemon" subcommand
The `docker daemon` subcommand was only present for
backward compatibility, but deprecated in v1.13,
and scheduled for removal in v17.12

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: c6a3199236
Component: cli
2017-11-13 19:01:35 +01:00

5 lines
57 B
Bash
Executable File

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