mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging
This commit is contained in:
parent
3b1c3dab4b
commit
b8634ae08b
@ -26,7 +26,7 @@ function run_tests()
|
||||
print_status "Checking prerequisites"
|
||||
[ -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
|
||||
cd template
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user