mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1233311 - Avoid python exception on Android cppunit time-out; r=jmaher
This commit is contained in:
parent
9d3f18e1e3
commit
d447a96b27
@ -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