mirror of
https://github.com/django/django.git
synced 2025-04-04 05:26:43 +00:00
[1.10.x] Refs #23811 -- Corrected git bisect run example usage.
Backport of 0783aa7debc6720306e7f345e5beace07febba64 from master
This commit is contained in:
parent
02ac92888e
commit
89d16636be
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user