Skip to content
Snippets Groups Projects
Commit 35c810e4 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

debugging

parent e1ea2f93
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,10 @@ set +e ...@@ -9,7 +9,10 @@ set +e
set -e set -e
PIP_STATUS="$?" PIP_STATUS="$?"
echo "$PIP_STATUS"
if [[ ! $PIP_STATUS -eq 0 ]]; then if [[ ! $PIP_STATUS -eq 0 ]]; then
echo "an error occurred."
show-warnings show-warnings
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment