From 2cdc823b9666cd67f54596366625b618072ff0e7 Mon Sep 17 00:00:00 2001 From: Darin Petkov Date: Thu, 25 Mar 2010 10:01:57 -0700 Subject: [PATCH] Make build_autotest failure a bit more obvious. Review URL: http://codereview.chromium.org/1241007 --- build_autotest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_autotest.sh b/build_autotest.sh index e3a87bc803..43752303ca 100755 --- a/build_autotest.sh +++ b/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."