Commit 06074b44 authored by FANG WANG's avatar FANG WANG

Update waitBuildOnVM.sh

parent 7b8131bd
......@@ -48,6 +48,9 @@ function wait_on_vm_build {
echo "BUILD_OPTIONS = $BUILD_OPTIONS"
IS_VM_ALIVE=`uvt-kvm list | grep -c $VM_NAME`
VM_LIST=`uvt-kvm list`
echo "$VM_LIST"
echo "$IS_VM_ALIVE"
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