From: Angus Gratton Date: Wed, 31 Aug 2016 23:29:11 +0000 (+1000) Subject: test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging X-Git-Tag: v0.9~61^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8634ae08b5c6fc951be8d6047b7a47749d5956b;p=esp-idf test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging --- diff --git a/make/test_build_system.sh b/make/test_build_system.sh index 5de216dea3..015328bbbc 100755 --- a/make/test_build_system.sh +++ b/make/test_build_system.sh @@ -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