mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
ci: ignore build_test_app when checking build_test_rules
This commit is contained in:
@@ -433,7 +433,8 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
if check_all:
|
if check_all:
|
||||||
check_dirs = {IDF_PATH}
|
check_dirs = {IDF_PATH}
|
||||||
_exclude_dirs = [os.path.join(IDF_PATH, 'tools', 'unit-test-app')]
|
_exclude_dirs = [os.path.join(IDF_PATH, 'tools', 'unit-test-app'),
|
||||||
|
os.path.join(IDF_PATH, 'tools', 'test_build_system', 'build_test_app')]
|
||||||
else:
|
else:
|
||||||
_exclude_dirs = []
|
_exclude_dirs = []
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user