mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-21 20:39:29 +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):
|
def crash_test(self, n = 1):
|
||||||
self.crashed = self.failed + n
|
self.crashed = self.failed + n
|
||||||
|
|
||||||
def __bool_(self):
|
def __bool__(self):
|
||||||
return self.passed + self.skipped == self.total
|
return self.passed + self.skipped == self.total
|
||||||
|
|
||||||
class TestListParser:
|
class TestListParser:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user