Commit ac900b59 authored by FANG WANG's avatar FANG WANG

Update waitBuildOnVM.sh

parent 06074b44
......@@ -51,6 +51,8 @@ function wait_on_vm_build {
VM_LIST=`uvt-kvm list`
echo "$VM_LIST"
echo "$IS_VM_ALIVE"
IP=`ifconfig | grep 192`
echo "$IP"
if [ $IS_VM_ALIVE -eq 0 ]
then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment