]> granicus.if.org Git - esp-idf/commit
CI: fix bug of duplicated unit test case ID:
authorHe Yin Ling <heyinling@espressif.com>
Sat, 3 Jun 2017 01:34:53 +0000 (09:34 +0800)
committerHe Yin Ling <heyinling@espressif.com>
Sat, 3 Jun 2017 03:38:05 +0000 (11:38 +0800)
commit9b39be955984e8ab4994fc1f347243d60cbd1a4f
tree35108862fd98b65019a505035bffe91f84db9f78
parentcc46038142a67e3275e68242393e406f754397d5
CI: fix bug of duplicated unit test case ID:

need to compare if different file names has the same hash value.
use relative path to IDF to keep test case ID consist.
tools/unit-test-app/tools/UnitTestParser.py