These workarounds are thankfully no longer needed
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / common.bash
index 0b07838..691323a 100755 (executable)
@@ -47,7 +47,7 @@ extract_prereqs() {
   OUT=${COMBINED_OUT#*!!!STDERRSTDOUTSEPARATOR!!!}
   ERR=$(grep -v " is up to date." <<< "${COMBINED_OUT%!!!STDERRSTDOUTSEPARATOR!!!*}")
 
-  if [[ "$LASTEXIT" != "0" ]] || [[ -n "$ERR" ]] ; then
+  if [[ "$LASTEXIT" != "0" ]] ; then
     echo_err "Error occured (exit code $LASTEXIT) retrieving dependencies of $@:"
     echo_err "$ERR"
     echo_err "$OUT"