aboutsummaryrefslogtreecommitdiffstats
path: root/csit/wait_for_rest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/wait_for_rest.sh')
-rwxr-xr-xcsit/wait_for_rest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/wait_for_rest.sh b/csit/wait_for_rest.sh
index bf47ccf1..a64c3063 100755
--- a/csit/wait_for_rest.sh
+++ b/csit/wait_for_rest.sh
@@ -54,7 +54,7 @@ do
do
if command -v docker > /dev/null 2>&1
then
- docker ps
+ docker ps --format "table {{ .Names }}\t{{ .Status }}"
fi
curl "http://$host:$port" > /dev/null 2>&1
rc=$?