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
12a7387c8e
DockerCLI
/
scripts
/
test
/
watch
3 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support running unit tests when files are saved. Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-05-15 17:00:35 -04:00
#!/bin/sh
Pin all tools used in the Dockerfiles Also update gometalinter to use the official version. The update found some new gosimple errors, which are fixed. Also update the filewatcher script for the latest version of filewatcher. Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-07-11 14:19:02 -04:00
exec filewatcher -L 6 -x build -x script go test -timeout 10s -v './${dir}'