1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

metadata: failfast=False like the rest of the tests

This commit is contained in:
Hans-Christoph Steiner 2023-04-27 15:22:01 +02:00
parent 2293633380
commit 27a0df9ddb

View File

@ -1164,4 +1164,4 @@ if __name__ == "__main__":
newSuite = unittest.TestSuite()
newSuite.addTest(unittest.makeSuite(MetadataTest))
unittest.main(failfast=True)
unittest.main(failfast=False)