]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/ci_test_result_always_fail' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 20 Jan 2017 03:13:41 +0000 (11:13 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 20 Jan 2017 03:13:41 +0000 (11:13 +0800)
CI: fix bug that test result always fail

CI test report jobs always fails because of 2 bugs:

1. merge/rebase error: the variable used to log test result is modified during merge/rebase
2. path of unit test module definition file is not correct

See merge request !454


Trivial merge