mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
metadata: failfast=False like the rest of the tests
This commit is contained in:
parent
2293633380
commit
27a0df9ddb
1 changed files with 1 additions and 1 deletions
|
@ -1164,4 +1164,4 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
newSuite = unittest.TestSuite()
|
newSuite = unittest.TestSuite()
|
||||||
newSuite.addTest(unittest.makeSuite(MetadataTest))
|
newSuite.addTest(unittest.makeSuite(MetadataTest))
|
||||||
unittest.main(failfast=True)
|
unittest.main(failfast=False)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue