mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-15 19:32:56 +00:00
run_wml_tests: Fix exit code
This commit is contained in:
parent
9535ed926c
commit
bb10bbe059
|
@ -55,7 +55,7 @@ class TestResultAccumulator:
|
|||
def crash_test(self, n = 1):
|
||||
self.crashed = self.failed + n
|
||||
|
||||
def __bool_(self):
|
||||
def __bool__(self):
|
||||
return self.passed + self.skipped == self.total
|
||||
|
||||
class TestListParser:
|
||||
|
|
Loading…
Reference in New Issue
Block a user