mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-10 00:50:38 +01:00
Exit early when patches fail to apply (issue #2012)
This commit is contained in:
parent
7cdb02b0bb
commit
6f42eb2a83
@ -80,6 +80,7 @@ def apply_patch_config():
|
||||
if results['fail'] > 0:
|
||||
sys.stdout.write('\n')
|
||||
write_note('ERROR', '%d patches failed to apply. Your build will not be correct.' % results['fail'])
|
||||
raise Exception('%d patches failed to apply. Your build will not be correct.' % results['fail'])
|
||||
|
||||
# Parse command-line options.
|
||||
disc = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user