commit | e9becc079c647f6c9477eed83c0aecb2f591fdf4 | [log] [tgz] |
---|---|---|
author | Hu Xiuyun <clouds08@qq.com> | Wed Nov 25 15:52:26 2015 +0800 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Thu Nov 26 02:25:43 2015 +0000 |
tree | 6fc68e16b2bdba169d97a08e17d92ba4892d68ef | |
parent | 466b8c4ea26f119f2b0532ece764c543e78a873e [diff] |
Sync: Fix error exit code when both -n and -f are used When repo sync is used with -f (--force-error) and a project fails to sync, the sync will continue but then exit with an error status. However if -n (--network-only) is also used, the exit code is 0, even when a project failed. Modify the logic to make sure the sync exits with the correct status. Bug: Issue 214 Change-Id: I0b5d97a34642c5aa3743750ef14a42c9d5743c1d