Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. echo "echo 'Spree::Admin::ProductsController.new.methods.include? :related' | bundle exec rails c | grep -i true" > includes_related.sh
  2. bash ./includes_related.sh 12:32:32
  3. Running via Spring preloader in process 89239
  4. echo $status 12:32:43
  5. 1
  6. git bisect start 12:32:53
  7. git bisect bad HEAD 12:33:00
  8. git bisect good GOOD_COMMIT_SHA
  9. Bisecting: 435 revisions left to test after this (roughly 9 steps)
  10. bash ./includes_related.sh 12:34:56
  11. Running via Spring preloader in process 89892
  12. [2] pry(main)> => true
  13. echo $status 12:35:13
  14. 0
  15. git bisect run bash ./includes_related.sh
  16. running bash ./includes_related.sh
  17. Running via Spring preloader in process 90028
  18. [2] pry(main)> => true
  19. Bisecting: 217 revisions left to test after this (roughly 8 steps)
  20. ....
  21. ....
  22. ....
  23. running bash ./includes_related.sh
  24. Running via Spring preloader in process 90968
  25. COMMIT_SHA is the first bad commit
  26. commit COMMIT_SHA
  27. git bisect reset
Add Comment
Please, Sign In to add comment