Refs #23811 -- Corrected git bisect run example usage.

This commit is contained in:
François Freitag 2016-11-21 03:55:03 -08:00 committed by Tim Graham
parent 74742aa956
commit 0783aa7deb
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ find a revision where your test passes, mark it as "good"::
Now we're ready for the fun part: using ``git bisect run`` to automate the rest
of the process::
$ git bisect run python runtests.py migrations.test_regression
$ git bisect run tests/runtests.py migrations.test_regression
You should see ``git bisect`` use a binary search to automatically checkout
revisions between the good and bad commits until it finds the first "bad"