mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Make unclean manifest error show actual erroring manifest.
This commit is contained in:
parent
6428901c41
commit
33f5066a23
1 changed files with 1 additions and 2 deletions
|
@ -85,9 +85,8 @@ def _check_clean(logger, test_paths):
|
||||||
|
|
||||||
for manifest_path, (old_manifest, new_manifest) in manifests_by_path.iteritems():
|
for manifest_path, (old_manifest, new_manifest) in manifests_by_path.iteritems():
|
||||||
if not diff_manifests(logger, manifest_path, old_manifest, new_manifest):
|
if not diff_manifests(logger, manifest_path, old_manifest, new_manifest):
|
||||||
|
logger.error("Manifest %s is outdated, use |./mach update-manifest| to fix." % manifest_path)
|
||||||
rv = 1
|
rv = 1
|
||||||
if rv:
|
|
||||||
logger.error("Manifest %s is outdated, use |./mach update-manifest| to fix." % manifest_path)
|
|
||||||
|
|
||||||
return rv
|
return rv
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue