mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #21056 - tigercosmos:ttt, r=jdm
improve test-tidy check wpt manifest when run tidy If CI has already run `test-tidy`, and then no need to run `etc/ci/manifest_changed.sh` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21056) <!-- Reviewable:end -->
This commit is contained in:
commit
7f745139a7
5 changed files with 3 additions and 22 deletions
|
@ -319,7 +319,9 @@ class MachCommands(CommandBase):
|
|||
if self_test:
|
||||
return test_tidy.do_tests()
|
||||
else:
|
||||
return tidy.scan(not all_files, not no_progress, stylo=stylo)
|
||||
manifest_dirty = run_update(self.context.topdir, check_clean=True)
|
||||
tidy_failed = tidy.scan(not all_files, not no_progress, stylo=stylo)
|
||||
return tidy_failed or manifest_dirty
|
||||
|
||||
@Command('test-webidl',
|
||||
description='Run the WebIDL parser tests',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue