Kaynağa Gözat

test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging

Angus Gratton 9 yıl önce
ebeveyn
işleme
b8634ae08b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      make/test_build_system.sh

+ 1 - 1
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