Преглед на файлове

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

François Freitag преди 8 години
родител
ревизия
0783aa7deb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/internals/contributing/triaging-tickets.txt

+ 1 - 1
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"