From c17aa175b6aea3ff32834cd10ce7660032ce657b Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 8 Sep 2016 17:33:35 +0100 Subject: [PATCH] log what we are doing in tests, and split pull and run Signed-off-by: Justin Cormack --- alpine/packages/test/mobytest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alpine/packages/test/mobytest b/alpine/packages/test/mobytest index 24c13c820..e9a5caeca 100755 --- a/alpine/packages/test/mobytest +++ b/alpine/packages/test/mobytest @@ -1,8 +1,9 @@ #!/bin/sh -set -e +set -ex docker info docker ps +docker pull alpine docker run alpine true docker swarm init