Files
docker-machine/script/test
T

5 lines
110 B
Bash
Raw Normal View History

2014-12-05 09:55:38 +01:00
#!/bin/sh
2014-12-08 16:46:40 -08:00
set -e
docker build -t docker-machine .
2014-12-15 19:06:23 -05:00
exec docker run --rm docker-machine go test -v -short ./...