test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging

This commit is contained in:
Angus Gratton 2016-09-01 09:29:11 +10:00
parent 3b1c3dab4b
commit b8634ae08b

View file

@ -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