Commit 76ebf927 authored by Kenneth Reitz's avatar Kenneth Reitz

maybe this will help

parent 3c3e6210
...@@ -9,6 +9,7 @@ set +e ...@@ -9,6 +9,7 @@ set +e
PIP_STATUS="${PIPESTATUS[0]}" PIP_STATUS="${PIPESTATUS[0]}"
set -e set -e
cat $WARNINGS_LOG > /dev/null
show-warnings show-warnings
if [[ ! $PIP_STATUS -eq 0 ]]; then if [[ ! $PIP_STATUS -eq 0 ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment