if [[ -n "$INSTALLDEPS_SKIPPED_TESTLIST" ]] ; then
POSTMORTEM="$POSTMORTEM$(
+ echo
echo "The following non-essential tests were skipped during deps installation"
echo "============================================================="
echo "$INSTALLDEPS_SKIPPED_TESTLIST"
echo_err -n "failed ($errlog) retrying with sequential testing ... "
POSTMORTEM="$POSTMORTEM$(
echo
- echo "Depinstall under $HARNESS_OPTIONS parallel testing failed $errlog (while attempting install of $@)"
+ echo "Depinstall under $HARNESS_OPTIONS parallel testing failed $errlog"
+ echo "============================================================="
+ echo "Attempted installation of: $@"
+ echo "============================================================="
)"
HARNESS_OPTIONS=""