Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
qa
/
test-definitions.git
/
e8b2910e5c359d4358136328bd0f55219fb242b8
/
.
/
automated
/
lib
/
py_test_lib.py
blob: 0ccd96367b52089ed77cdd1eb0928a4008672567 [
file
] [
log
] [
blame
]
def
add_result
(
result_file
,
result
):
with
open
(
result_file
,
'a'
)
as
f
:
f
.
write
(
'%s\n'
%
result
)