build_libvirt should check for completion not failure
This commit is contained in:
parent
c2e05b6a77
commit
a06ac1cb2d
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ if [ "$WAIT_TILL_LAUNCH" = "1" ]; then
|
||||||
|
|
||||||
kill $TAIL_PID
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in a new issue