summaryrefslogtreecommitdiff
path: root/automated/lib/py_test_lib.py
blob: 0ccd96367b52089ed77cdd1eb0928a4008672567 (plain)
1
2
3
def add_result(result_file, result):
    with open(result_file, 'a') as f:
        f.write('%s\n' % result)