]> granicus.if.org Git - esp-idf/commit
unit-test: fix 2 issues in unit test script:
authorHe Yin Ling <heyinling@espressif.com>
Thu, 20 Dec 2018 09:00:12 +0000 (17:00 +0800)
committerbot <bot@espressif.com>
Thu, 10 Jan 2019 09:51:17 +0000 (09:51 +0000)
commit431653bba87e69ba3d854ef34d450263ee1921db
treeefb4abeb5bb55abe3ee6b69aac6c6ca8664d44ad
parent7c592073518404a66e5eeb4a7b59f58ab500e3a5
unit-test: fix 2 issues in unit test script:

1. Gitlab will only regard failure (not error) as failed case. Use log
failure instead of log error, to display all error msg in test result
2. fix failed case not recognized by test script when failed during
reset DUT
tools/unit-test-app/unit_test.py