Michael Krebs has submitted this change and it was merged.
Change subject: scripts: Remove call to switch_to_strict_mode
......................................................................
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: Ic9db057b0d4c14d69e48d756da062cae9e1b185e
---
M upload_symbols
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
David McMahon: Verified; Looks good to me, approved
Michael Krebs:
--
To view, visit
https://gerrit.chromium.org/gerrit/22654
To unsubscribe, visit
https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic9db057b0d4c14d69e48d756da062cae9e1b185e
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/platform/crosutils
Gerrit-Branch: release-R20-2268.B
Gerrit-Owner: Michael Krebs <
mkr...@chromium.org>
Gerrit-Reviewer: David McMahon <
dj...@chromium.org>
Gerrit-Reviewer: Michael Krebs <
mkr...@chromium.org>