forked from espressif/esp-idf
test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging
This commit is contained in:
@@ -26,7 +26,7 @@ function run_tests()
|
|||||||
print_status "Checking prerequisites"
|
print_status "Checking prerequisites"
|
||||||
[ -z ${IDF_PATH} ] && echo "IDF_PATH is not set. Need path to esp-idf installation." && exit 2
|
[ -z ${IDF_PATH} ] && echo "IDF_PATH is not set. Need path to esp-idf installation." && exit 2
|
||||||
|
|
||||||
print_status "Cloning template..."
|
print_status "Cloning template from ${ESP_IDF_TEMPLATE_GIT}..."
|
||||||
git clone ${ESP_IDF_TEMPLATE_GIT} template
|
git clone ${ESP_IDF_TEMPLATE_GIT} template
|
||||||
cd template
|
cd template
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user