Skip to content

Commit

Permalink
Make unclean manifest error show actual erroring manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Mar 20, 2019
1 parent 6428901 commit 33f5066
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/wpt/manifestupdate.py
Expand Up @@ -85,9 +85,8 @@ def _check_clean(logger, test_paths):

for manifest_path, (old_manifest, new_manifest) in manifests_by_path.iteritems():
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
if rv:
logger.error("Manifest %s is outdated, use |./mach update-manifest| to fix." % manifest_path)

return rv

Expand Down

0 comments on commit 33f5066

Please sign in to comment.