log what we are doing in tests, and split pull and run

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-09-08 17:33:35 +01:00
parent b12406f1ab
commit 7a7418faf3

View File

@ -1,8 +1,9 @@
#!/bin/sh
set -e
set -ex
docker info
docker ps
docker pull alpine
docker run alpine true
docker swarm init