mirror of https://github.com/docker/docs.git
integration: add some debug to ps
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
c69f0db71f
commit
64ae9eef9b
|
@ -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"* ]]
|
||||
|
|
Loading…
Reference in New Issue