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

Unified Diff: src/scripts/build_autotest.sh

Issue 1241007: Make build_autotest failure a bit more obvious. (Closed)
Patch Set: Created 10 years, 9 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_autotest.sh
diff --git a/src/scripts/build_autotest.sh b/src/scripts/build_autotest.sh
index e3a87bc80372e5a72fbdb72d651dfefd341a56a1..43752303ca5835f30267b7c7acaa3ae6de7331e6 100755
--- a/src/scripts/build_autotest.sh
+++ b/src/scripts/build_autotest.sh
@@ -96,4 +96,5 @@ USE=
GCLIENT_ROOT="${GCLIENT_ROOT}" TEST_LIST=${TEST_LIST} \
FEATURES="${FEATURES} -buildpkg -collision-protect" \
USE="$USE" "emerge-${FLAGS_board}" \
- chromeos-base/autotest ${EMERGE_JOBS}
+ chromeos-base/autotest ${EMERGE_JOBS} \
+ || die "build_autotest failed."
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698