]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/mgr/mgr-dashboard-smoke: fix syntax error
authorSage Weil <sage@redhat.com>
Thu, 24 Aug 2017 19:27:59 +0000 (15:27 -0400)
committerSage Weil <sage@redhat.com>
Tue, 29 Aug 2017 03:10:32 +0000 (23:10 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/mgr/mgr-dashboard-smoke.sh

index 5cea304bf3935229083352db015a2cd388308543..f94c02aab8a4502a45536eb8effd28ce83bc6a7c 100755 (executable)
@@ -49,8 +49,8 @@ function run() {
 
     tries=0
     while [[ $tries < 30 ]] ; do
-        if curl -s http://127.0.0.1:7001/toplevel_data | \
-             jq '.health.overall_status' | grep HEALTH_ ]
+        if curl -s http://127.0.0.1:7001/toplevel_data | \
+             jq '.health.overall_status' | grep HEALTH_
         then
             break
         fi