Merge branch 'bugfix/component_ut_variable_missing' into 'master'

CI: fix component ut variable missing error

See merge request espressif/esp-idf!11120
This commit is contained in:
Anton Maklakov 2020-11-06 17:26:45 +08:00
commit 85cad7c168

View File

@ -71,7 +71,7 @@
- python $CHECKOUT_REF_SCRIPT ci-test-runner-configs ci-test-runner-configs
- cd tools/ci/python_packages/tiny_test_fw/bin
# run test
- python Runner.py $TEST_CASE_PATH -c $CONFIG_FILE -e $ENV_FILE
- python Runner.py $COMPONENT_UT_DIRS -c $CONFIG_FILE -e $ENV_FILE
.unit_test_template:
extends: