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 7d4ac3f24d
commit c17aa175b6

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