From 11454a191dc35fd821c91b9568cb6c13ffde7140 Mon Sep 17 00:00:00 2001 From: Michael Krebs Date: Mon, 14 May 2012 14:53:42 -0700 Subject: [PATCH] scripts: Remove call to switch_to_strict_mode My change in https://gerrit.chromium.org/gerrit/19795 had removed the "set -e", but https://gerrit.chromium.org/gerrit/17225 re-enabled it -- presumably because that was originally written when the "set -e" was still there. The strict mode causes the script to exit when sym_upload fails (which is often). BUG=chromium-os:30878 TEST=Basic run of script Change-Id: I2398341505eb9e375f5cb9e008d6c342e4f3b072 Reviewed-on: https://gerrit.chromium.org/gerrit/22617 Commit-Ready: Michael Krebs Tested-by: Michael Krebs Reviewed-by: Brian Harring --- upload_symbols | 2 -- 1 file changed, 2 deletions(-) diff --git a/upload_symbols b/upload_symbols index 4ab0ec44dd..038cfa63ae 100755 --- a/upload_symbols +++ b/upload_symbols @@ -185,8 +185,6 @@ main() { MAX_TOTAL_ERRORS_FOR_RETRY=${TEST_MAX_TOTAL_ERRORS_FOR_RETRY} fi - switch_to_strict_mode - [ -n "$FLAGS_board" ] || die_notrace "--board is required." SYSROOT="/build/${FLAGS_board}"