run-all-extension-tests revision 1cd8881c9c3a32110a49a6668919aa3750dc1285
# TODO: check for GNU mktemp and sed (from coreutils), else exit
# ---------------------------------------------------------------------
# solution below is based on
# Wrapper function for GNU mktemp
mktemp "$@"
}
# Wrapper function for BSD mktemp
mktemp -t tmpfile.XXXXXX "$@"
}
# Try to figure out which wrapper to use
else
fi
#mytmpfile=`$MKTEMP`
echo "MKTEMP to be used: $MKTEMP"
# ---------------------------------------------------------------------
echo -e "\n##### Extension Tests #####"
has_py_coverage=false
py_cover_files=$( $MKTEMP )
failed_tests=$( $MKTEMP )
has_py_coverage=true
else
has_py_coverage=true
else
has_py_coverage=true
fi
fi
fi
if $has_py_coverage; then
echo -e "\nRunning tests with coverage"
fi
#if $has_py_coverage; then
# $cover_py_cmd -e
#fi
echo -e "\n>>>>>> Testing $1 <<<<<<\n"
if $has_py_coverage; then
fi
else
fi
fi
return 0
}
# TODO: check for GNU mktemp and sed (from coreutils), else exit
# ---------------------------------------------------------------------
# solution below is based on
else
fi
echo -e "sed regex command: $SED_EXTENDED\n"
# ---------------------------------------------------------------------
let tot_FAILED++
fi
done
if $has_py_coverage; then
echo -e "\n>> Coverage Report:"
fi
fail=false
fail=true
fi
echo ""
exit 1
else
exit 0
fi