mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 02:47:07 +00:00
Bug 818738 - Open resultfile with 'w' instead of 'a', a=test-only
This commit is contained in:
parent
189fc5a5c9
commit
22b655dfd1
@ -134,7 +134,7 @@ class TPSTestRunner(object):
|
||||
def writeToResultFile(self, postdata, body=None,
|
||||
sendTo='crossweave@mozilla.com'):
|
||||
"""Writes results to test file"""
|
||||
f = open(self.resultfile, 'a')
|
||||
f = open(self.resultfile, 'w')
|
||||
if body is not None:
|
||||
postdata['body'] = body
|
||||
if self.numpassed is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user