This commit is contained in:
2016-02-08 22:52:09 -05:00
parent 76ebf9279b
commit cd4d811d4f
+2 -1
View File
@@ -9,7 +9,8 @@ set +e
PIP_STATUS="${PIPESTATUS[0]}"
set -e
cat $WARNINGS_LOG > /dev/null
wait
show-warnings
if [[ ! $PIP_STATUS -eq 0 ]]; then