diff --git a/test/integration/constraints.bats b/test/integration/constraints.bats index e7aa15c73b..c45ac0057a 100644 --- a/test/integration/constraints.bats +++ b/test/integration/constraints.bats @@ -21,6 +21,8 @@ function teardown() { [ "$status" -eq 0 ] run docker_swarm inspect c1 + # FIXME: This will help debugging the failing test. + echo $output [ "$status" -eq 0 ] [[ "${output}" == *'"Name": "node-0"'* ]]