Skip to content

Instantly share code, notes, and snippets.

@swalberg
Created August 22, 2012 20:33
Show Gist options
  • Save swalberg/3429088 to your computer and use it in GitHub Desktop.
Save swalberg/3429088 to your computer and use it in GitHub Desktop.
debian-squeeze64:vagrant((6495e5f...) $%|BISECTING) $ git bisect run rake test:reports
running rake test:reports
/usr/local/rvm/rubies/ree-1.8.7-2012.02/bin/ruby -I"lib:test" -I"/vagrant/vendor/gems/ruby/1.8/gems/rake-0.9.2.2/lib" "/vagrant/vendor/gems/ruby/1.8/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/reporting/**/*_test.rb"
Loaded suite /vagrant/vendor/gems/ruby/1.8/gems/rake-0.9.2.2/lib/rake/rake_test_loader
Started
.......................................
Finished in 36.556862 seconds.
39 tests, 740 assertions, 0 failures, 0 errors
6495e5f8b1014d2b159436d01655b2727e17a856 was both good and bad
bisect run failed:
'bisect_state good' exited with error code 1
debian-squeeze64:vagrant((6495e5f...) $%|BISECTING) $ rake test:reports
/usr/local/rvm/rubies/ree-1.8.7-2012.02/bin/ruby -I"lib:test" -I"/vagrant/vendor/gems/ruby/1.8/gems/rake-0.9.2.2/lib" "/vagrant/vendor/gems/ruby/1.8/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/reporting/**/*_test.rb"
Loaded suite /vagrant/vendor/gems/ruby/1.8/gems/rake-0.9.2.2/lib/rake/rake_test_loader
Started
.......................................
Finished in 36.827267 seconds.
39 tests, 740 assertions, 0 failures, 0 errors
debian-squeeze64:vagrant((6495e5f...) $%|BISECTING) $ echo $?
0
@mikz
Copy link

mikz commented Nov 20, 2012

@swalberg same here, did you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment