Remove netvirt apex jobs
[releng/builder.git] / jjb / integration / integration-start-cluster-run-test.sh
index 368e151bfed5e74d3b4cf9f34d401d029ed8504e..f9849976dcd4adae41b458fe36f28bd1ddf71e62 100644 (file)
@@ -90,7 +90,7 @@ set +e  # We do not want to create red dot just because something went wrong whi
 for i in $(seq 1 "${NUM_ODL_SYSTEM}")
 do
     CONTROLLERIP="ODL_SYSTEM_${i}_IP"
-    echo "Lets's take the karaf thread dump again"
+    echo "Let's take the karaf thread dump again"
     ssh "${!CONTROLLERIP}" "sudo ps aux" > "${WORKSPACE}/ps_after.log"
     pid=$(grep org.apache.karaf.main.Main "${WORKSPACE}/ps_after.log" | grep -v grep | tr -s ' ' | cut -f2 -d' ')
     echo "karaf main: org.apache.karaf.main.Main, pid:${pid}"