commit | 381591ad66758bf8d2b7660ecf5b1db98080fd90 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 22:25:16 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 22:25:16 2011 -0700 |
tree | e0f4d13a5e8e9ad195049000dd2841609fc4cbb9 | |
parent | 24997f614f42a58000812aab570041b63a6ab212 [diff] [blame] |
raise error if stack.sh failed
diff --git a/tools/build_kvm.sh b/tools/build_kvm.sh index dbfb5ce..26a195e 100755 --- a/tools/build_kvm.sh +++ b/tools/build_kvm.sh
@@ -378,6 +378,10 @@ done kill $TAIL_PID + + if grep -q "stack.sh failed" $VM_DIR/console.log; then + exit 1 + fi echo "" echo "Finished - Zip-a-dee Doo-dah!" fi