]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/unit_test_parser_only_dirs' into 'master'
authorAngus Gratton <angus@espressif.com>
Wed, 8 Mar 2017 22:58:02 +0000 (06:58 +0800)
committerAngus Gratton <angus@espressif.com>
Wed, 8 Mar 2017 22:58:02 +0000 (06:58 +0800)
commitfd8703bd2a8a004ecbede5a80525303a490a3592
tree62d0e9824236b7e1871582fc38a5ab7e6b6c1aea
parent4745895e229d8e1ca4e6f4b601397c0ba0b3d2db
parente014d268fe8635a3958a9d3536ce6a269168d5c3
Merge branch 'bugfix/unit_test_parser_only_dirs' into 'master'

unit tests: Make UnitTestParser ignore non-directories inside 'components' dirs

Tiny fix to UnitTestParser script behaviour, if you happen to have any stray files in your "components" directories.

See merge request !561