Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created February 20, 2016 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovezfs/99bf57567f0de96f5627 to your computer and use it in GitHub Desktop.
Save ilovezfs/99bf57567f0de96f5627 to your computer and use it in GitHub Desktop.
Test suite regression workaround: git revert 8f25e002fefce53af2225060bb5de2e59549e49d
Josephs-MacBook-Pro:local joe$ git revert 8f25e002fefce53af2225060bb5de2e59549e49d
[master adac435] Revert "utils: native rewrite of install_gem_setup_path!"
1 file changed, 6 insertions(+), 17 deletions(-)
Josephs-MacBook-Pro:local joe$ brew tests
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/..
Fetching https://github.com/Homebrew/simplecov.git
Rubygems 1.3.6 is not threadsafe, so your gems will be installed one at a time. Upgrade to Rubygems 2.1.0 or higher to enable parallel gem installation.
Installing rake 10.5.0
Installing json 1.8.3 with native extensions
Installing mime-types 1.25.1
Installing docile 1.1.5
Installing simplecov-html 0.10.0
Installing tins 1.6.0
Installing thor 0.19.1
Installing metaclass 0.0.4
Installing minitest 5.8.4
Using bundler 1.11.2
Installing rest-client 1.6.9
Using simplecov 0.11.2 from https://github.com/Homebrew/simplecov.git (at tracked-files-root-fix@4c76424)
Installing term-ansicolor 1.3.2
Installing mocha 1.1.0
Installing coveralls 0.8.10
Bundle complete! 7 Gemfile dependencies, 15 gems now installed.
Bundled gems are installed into ./vendor/bundle.
Run options: --seed 19080
# Running:
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S............................................................................................................................................................................................................................................................................................................................
Finished in 39.563818s, 21.2062 runs/s, 51.1579 assertions/s.
839 runs, 2024 assertions, 0 failures, 0 errors, 1 skips
You have skipped tests. Run with --verbose for details.
Josephs-MacBook-Pro:local joe$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment