summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Freitag <francois.freitag@gmail.com>2016-11-21 03:55:03 -0800
committerTim Graham <timograham@gmail.com>2016-11-21 06:55:31 -0500
commit89d16636be0abf7c93272ba6a0bbd9eda09c3613 (patch)
treeb10b3340b57d7fa2bad055f0470586f7782f5733
parent02ac92888e6df058cc61ca72e24e499769336d32 (diff)
[1.10.x] Refs #23811 -- Corrected git bisect run example usage.
Backport of 0783aa7debc6720306e7f345e5beace07febba64 from master
-rw-r--r--docs/internals/contributing/triaging-tickets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/triaging-tickets.txt b/docs/internals/contributing/triaging-tickets.txt
index c121e86b26..bad14dd54c 100644
--- a/docs/internals/contributing/triaging-tickets.txt
+++ b/docs/internals/contributing/triaging-tickets.txt
@@ -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"