mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1233311 - Avoid python exception on Android cppunit time-out; r=jmaher
This commit is contained in:
parent
914c03d91d
commit
c4aff7b1f6
@ -171,7 +171,7 @@ class RemoteCPPUnitTests(cppunittests.CPPUnitTests):
|
||||
result = returncode == 0
|
||||
if not result:
|
||||
self.log.test_end(basename, status='FAIL', expected='PASS',
|
||||
message=("test failed with return code %d" %
|
||||
message=("test failed with return code %s" %
|
||||
returncode))
|
||||
else:
|
||||
self.log.test_end(basename, status='PASS', expected='PASS')
|
||||
|
Loading…
Reference in New Issue
Block a user