| 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."
|
|
|