Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(839)

Unified Diff: image_to_live.sh

Issue 5573007: Add some desired options to the au test harness. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: ws Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: image_to_live.sh
diff --git a/image_to_live.sh b/image_to_live.sh
index f18badf667639f9ab3aa4ca1fee0cee7d53fff7a..3988470254d4c7a634cae6ce25b8f48ec9311c46 100755
--- a/image_to_live.sh
+++ b/image_to_live.sh
@@ -356,7 +356,7 @@ function main() {
if [ ${FLAGS_update_stateful} -eq ${FLAGS_TRUE} ] && \
! run_stateful_update; then
- warn "Stateful update was not successful."
+ die "Stateful update was not successful."
fi
remote_reboot

Powered by Google App Engine
This is Rietveld 408576698