Convert unicode quotes to regular quotes 50/22750/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 17 Jun 2015 03:06:56 +0000 (23:06 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 17 Jun 2015 03:06:56 +0000 (23:06 -0400)
Change-Id: I3e01d7773f560c538deb7e1f562b4abd66743fe6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/integration/include-raw-integration-start-cluster-run-test.sh

index c94814b6dfdc61324ad7518de49a004f6870af65..b166bcbf53a32337598249cb4294660e07bac318 100644 (file)
@@ -37,7 +37,7 @@ EOF
 CONTROLLERIPS=(${CONTROLLER0} ${CONTROLLER1} ${CONTROLLER2})
 for i in "${!CONTROLLERIPS[@]}"
 do
-    echo “Verifying member-$i with IP address ${CONTROLLERIPS[$i]} is UP”
+    echo "Verifying member-$i with IP address ${CONTROLLERIPS[$i]} is UP"
     scp ${WORKSPACE}/verify-cluster-is-up.sh ${CONTROLLERIPS[$i]}:/tmp
     ssh ${CONTROLLERIPS[$i]} "bash /tmp/verify-cluster-is-up.sh $i ${CONTROLLERIPS[$i]}"
 done