From 0f93c86398ed653bf8f71fb818296dbcbc44e136 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 4 Jan 2016 17:36:51 -0800 Subject: [PATCH] fix test ps --before Signed-off-by: Victor Vieux --- test/integration/api/ps.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/api/ps.bats b/test/integration/api/ps.bats index 1bfc61dccb..374771eb70 100644 --- a/test/integration/api/ps.bats +++ b/test/integration/api/ps.bats @@ -50,6 +50,7 @@ function teardown() { swarm_manage docker_swarm run -d --name c1 busybox echo c1 + sleep 1 #sleep so the 2 containers don't start at the same second docker_swarm run -d --name c2 busybox echo c2 run eval "docker_swarm ps --before c1 2>/dev/null"