Skip to content

Commit 74852b9

Browse files
Change bisect to bisect_cmd in docstring (GH-13040)
(cherry picked from commit 11e4a94) Co-authored-by: Xtreak <[email protected]>
1 parent 98a4dce commit 74852b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/test/bisect_cmd.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
55
Find the test_os test method which alters the environment:
66
7-
./python -m test.bisect --fail-env-changed test_os
7+
./python -m test.bisect_cmd --fail-env-changed test_os
88
99
Find a reference leak in "test_os", write the list of failing tests into the
1010
"bisect" file:
1111
12-
./python -m test.bisect -o bisect -R 3:3 test_os
12+
./python -m test.bisect_cmd -o bisect -R 3:3 test_os
1313
1414
Load an existing list of tests from a file using -i option:
1515
1616
./python -m test --list-cases -m FileTests test_os > tests
17-
./python -m test.bisect -i tests test_os
17+
./python -m test.bisect_cmd -i tests test_os
1818
"""
1919
from __future__ import print_function
2020

0 commit comments

Comments
 (0)