This website requires JavaScript.
Explore
Help
Register
Sign In
Guest24897
/
DockerCLI
mirror of
https://github.com/docker/cli.git
Watch
1
Star
0
Fork
You've already forked DockerCLI
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9490189cba
DockerCLI
/
scripts
/
test
/
unit
5 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Upload coverage report from outside of test container. Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-05-18 10:42:05 -04:00
#!/usr/bin/env bash
set -eu -o pipefail
Add scripts folder to shellcheck Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr>
2017-07-18 08:17:17 -04:00
go test -tags daemon -v "$@"