aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
2016-09-24Merge branch 'master' into mkdir_with_intermediatesMike McQuaid
2016-09-24Merge pull request #1123 from reitermarkus/rubocopMike McQuaid
RuboCop: Style/AccessorMethodName
2016-09-24Merge pull request #1122 from MikeMcQuaid/test-bot-tapMike McQuaid
test-bot: move to tap.
2016-09-24test-bot: move to tap.Mike McQuaid
Migrate to https://github.com/Homebrew/homebrew-test-bot to be able to work on this with a different, non-tagged workflow.
2016-09-24RuboCop: Style/AccessorMethodNameMarkus Reiter
2016-09-24version: don't let a/b imply alpha/beta.Mike McQuaid
This is assumption is broken for at least OpenSSL which makes it a bad general rule. As discussed in #1102.
2016-09-24Merge pull request #1113 from reitermarkus/rubocop-guardclauseMarkus Reiter
RuboCop: Fix Style/GuardClause.
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-24Merge pull request #1102 from zmwangx/alpha-rc-detectionZhiming Wang
version: improve alpha and rc detection (elasticsearch)
2016-09-23Fix Style/NumericLiterals.Markus Reiter
2016-09-23Fix Style/MethodName.Markus Reiter
2016-09-23test_versions: add elasticsearch alpha test caseZhiming Wang
2016-09-23Merge pull request #1089 from reitermarkus/coverageMarkus Reiter
Fix coverage reporting.
2016-09-23Merge pull request #1014 from rwhogg/upstream-ant-dep-linux-fixMike McQuaid
dependency_collector: Fix ant_dep for Linux
2016-09-23Fix coverage reporting.Markus Reiter
2016-09-23Merge pull request #1041 from penman/parallel_testsMike McQuaid
Parallelise test suite
2016-09-22automated rubocop fixupBob W. Hogg
2016-09-22add the other test back inBob W. Hogg
2016-09-22use newer ruby hash styleBob W. Hogg
2016-09-22add missing method to test_os_mac_dependency_collectorBob W. Hogg
2016-09-22Remove unnecessary skipsBob W. Hogg
2016-09-22move mac-specific tests elsewhereBob W. Hogg
2016-09-22dependency_collector: Fix ant_dep for Linux.Bob W. Hogg
Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2016-09-20tests, cask-tests: (maybe) fix coverageAlyssa Ross
2016-09-20tests, cask-tests: log test runtimesAlyssa Ross
2016-09-20Make mkdir wrapper use mkdir_p to create intermediate directoriesMarc Savy
2016-09-20test_bash: use new completions location.Mike McQuaid
2016-09-19tests: run in parallelAlyssa Ross
2016-09-19tab: test tap runtime dependenciesAlyssa Ross
2016-09-19Save runtime dependencies in INSTALL_RECEIPT.jsonAlyssa Ross
Fixes #930
2016-09-19Fix `brew style` from #971.Mike McQuaid
2016-09-19Merge pull request #971 from penman/follow_aliasMike McQuaid
Make `brew upgrade` and `brew outdated` follow alias changes
2016-09-19Unify .rubocopy.yml files.Mike McQuaid
2016-09-19Remove unused variableAlyssa Ross
This will make brew readall --syntax pass
2016-09-19Formulae aren't outdated if replacement formula installedAlyssa Ross
2016-09-19alias tracking: add formula testsAlyssa Ross
2016-09-18formula tests: more consistent namesAlyssa Ross
2016-09-18Update formula tests for #outdated_kegsAlyssa Ross
2016-09-18upgrade, outdated: follow alias changesAlyssa Ross
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
2016-09-18Add Formula#installed_alias_pathAlyssa Ross
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17Merge pull request #973 from MikeMcQuaid/move-repo-linksMike McQuaid
Move LinkedKegs/PinnedKegs/Locks from Library.
2016-09-17.codecov.yml: Include missed (0% covered) files.Markus Reiter
2016-09-17.codecov.yml: Redirect root to Library/Homebrew.Markus Reiter
2016-09-17.codecov.yml: disable GitHub comments.Mike McQuaid
These are annoying and the status check is sufficient.
2016-09-16Move LinkedKegs/PinnedKegs/Locks from Library.Mike McQuaid
These don't make sense to be tied to the `HOMEBREW_REPOSITORY` but instead should live in the `HOMEBREW_PREFIX` as they all relate to its state.
2016-09-16Send coverage from Jenkins, don't run OS X Travis.Mike McQuaid
OS X Travis CI is particularly error-prone, slow and unnecessary for us when we're already running (fast) OS X builds on Jenkins so use it just for Linux testing.
2016-09-16Merge pull request #965 from mistydemeo/warn_xcode_8_without_cltMisty De Meo
Warn when using Xcode 8 without CLT on 10.11
2016-09-16Warn when using Xcode 8 without CLT on 10.11Misty De Meo