1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

gn build: Make sync script not exit 1 if it writes changes

llvm-svn: 369571
This commit is contained in:
Nico Weber 2019-08-21 20:13:00 +00:00
parent 70ee4df8a8
commit 3e007d1b92

View File

@ -124,7 +124,7 @@ def sync_source_lists(write):
else:
print()
return bool(changes_by_rev)
return bool(changes_by_rev) and not write
def sync_unittests():