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