commit | a06ac1cb2d824ff07406c85602b094c194500b67 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 31 22:29:23 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 31 22:29:23 2011 -0700 |
tree | 3f5323e8ca1a27ee40bfaa6ebcda2da7f2ea26d0 | |
parent | c2e05b6a776495aa63b21653ebd277cdda119aa2 [diff] [blame] |
build_libvirt should check for completion not failure
diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh index 3eb2ff8..5ae8fda 100755 --- a/tools/build_libvirt.sh +++ b/tools/build_libvirt.sh
@@ -427,7 +427,7 @@ kill $TAIL_PID - if grep -q "stack.sh failed" $VM_DIR/console.log; then + if ! grep -q "^stack.sh completed in" $VM_DIR/console.log; then exit 1 fi echo ""