]> granicus.if.org Git - esp-idf/commitdiff
Fix path in the Efuse table test
authorRoland Dobai <dobai.roland@gmail.com>
Tue, 27 Aug 2019 09:58:45 +0000 (11:58 +0200)
committerRoland Dobai <dobai.roland@gmail.com>
Tue, 27 Aug 2019 09:58:45 +0000 (11:58 +0200)
tools/ci/config/host-test.yml

index 9ac5c0b4a9d94d6db80af80271357b4246dd90a7..89223be32043af1d8ecc29f0381c0839c6aee004 100644 (file)
@@ -221,7 +221,7 @@ test_esp_efuse_table_on_host:
     - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh -p 2.7.15 ./efuse_table_gen.py ${IDF_PATH}/components/efuse/esp32/esp_efuse_table.csv
     - git diff --exit-code -- esp32/esp_efuse_table.c || { echo 'Differences found. Please run make efuse_common_table or idf.py efuse_common_table and commit the changes.'; exit 1; }
     - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh -p 3.4.8 ./efuse_table_gen.py ${IDF_PATH}/components/efuse/esp32/esp_efuse_table.csv
-    - git diff --exit-code -- ../components/esp32/esp_efuse_table.c || { echo 'Differences found between running under Python 2 and 3.'; exit 1; }
+    - git diff --exit-code -- esp32/esp_efuse_table.c || { echo 'Differences found between running under Python 2 and 3.'; exit 1; }
     - cd ${IDF_PATH}/components/efuse/test_efuse_host
     - ${IDF_PATH}/tools/ci/multirun_with_pyenv.sh ./efuse_tests.py