mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Return failure if the tidy self-tests fail.
This commit is contained in:
parent
7ea73ba2ee
commit
3548b5edd0
1 changed files with 1 additions and 1 deletions
|
@ -138,4 +138,4 @@ class CheckTidiness(unittest.TestCase):
|
|||
|
||||
def do_tests():
|
||||
suite = unittest.TestLoader().loadTestsFromTestCase(CheckTidiness)
|
||||
unittest.TextTestRunner(verbosity=2).run(suite)
|
||||
return 0 if unittest.TextTestRunner(verbosity=2).run(suite).wasSuccessful() else 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue