]> granicus.if.org Git - esp-idf/commitdiff
test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging
authorAngus Gratton <angus@espressif.com>
Wed, 31 Aug 2016 23:29:11 +0000 (09:29 +1000)
committerAngus Gratton <angus@espressif.com>
Thu, 8 Sep 2016 03:41:19 +0000 (13:41 +1000)
make/test_build_system.sh

index 5de216dea32eb5d4a5959c4d898bd864bbd04ad8..015328bbbc4ea3f6d0d2373070d80bb54511fa8d 100755 (executable)
@@ -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