Minor cleanup and fix #2022

Signed-off-by: Olivier Gambier <olivier@docker.com>
This commit is contained in:
Olivier Gambier
2015-10-20 13:18:02 -07:00
parent 4c5615c5e4
commit d36fa5f9ff
5 changed files with 18 additions and 33 deletions

View File

@@ -1,12 +0,0 @@
#!/bin/sh
set -e
ARGS=$@
if [ -z "$ARGS" ]; then
ARGS="./libmachine/... ./commands/... ./drivers/..."
fi
echo $ARGS
docker build -t docker-machine .
exec docker run --rm docker-machine godep go test -race -v -short $ARGS