From 64ae9eef9bac634c61996c45dbab13663fe5978b Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 7 May 2015 01:25:03 -0700 Subject: [PATCH] integration: add some debug to ps Signed-off-by: Andrea Luzzardi --- 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 31eeb7ea9c..530a97528c 100644 --- a/test/integration/api/ps.bats +++ b/test/integration/api/ps.bats @@ -58,6 +58,7 @@ function teardown() { # status run docker_swarm ps -q --no-trunc --filter=status=exited + echo $output [ "${#lines[@]}" -eq 2 ] [[ "$output" != *"$firstID"* ]] [[ "$output" == *"$secondID"* ]]