mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix install.fish
install.fish script didn't catch error exit code from idf_tools.py. Now it does. Signed-off-by: Marek Fiala <marek.fiala@espressif.com> Closes: https://github.com/espressif/esp-idf/pull/7325
This commit is contained in:
parent
fb78f131cd
commit
4a963b40fa
@ -14,8 +14,7 @@ else
|
|||||||
end
|
end
|
||||||
echo "Installing ESP-IDF tools"
|
echo "Installing ESP-IDF tools"
|
||||||
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install --targets=$TARGETS
|
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install --targets=$TARGETS
|
||||||
exit 1
|
or exit 1
|
||||||
end
|
|
||||||
|
|
||||||
echo "Installing Python environment and packages"
|
echo "Installing Python environment and packages"
|
||||||
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install-python-env
|
"$ESP_PYTHON" "$IDF_PATH"/tools/idf_tools.py install-python-env
|
||||||
|
Loading…
Reference in New Issue
Block a user