Commit cd4d811d authored by Kenneth Reitz's avatar Kenneth Reitz

wait

parent 76ebf927
...@@ -9,7 +9,8 @@ set +e ...@@ -9,7 +9,8 @@ set +e
PIP_STATUS="${PIPESTATUS[0]}" PIP_STATUS="${PIPESTATUS[0]}"
set -e set -e
cat $WARNINGS_LOG > /dev/null wait
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