Skip to content

Commit 36a21ec

Browse files
authored
Merge pull request swiftlang#12210 from tiagomartinho/master
2 parents 458786e + 56da4a9 commit 36a21ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/update_checkout.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ def main():
485485
fail_count += shell.check_parallel_results(update_results, "UPDATE")
486486
if fail_count > 0:
487487
print("update-checkout failed, fix errors and try again")
488+
else:
489+
print("update-checkout succeeded")
488490
sys.exit(fail_count)
489491

490492

0 commit comments

Comments
 (0)