We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671d782 commit 11e4a94Copy full SHA for 11e4a94
Lib/test/bisect_cmd.py
@@ -4,17 +4,17 @@
4
5
Find the test_os test method which alters the environment:
6
7
- ./python -m test.bisect --fail-env-changed test_os
+ ./python -m test.bisect_cmd --fail-env-changed test_os
8
9
Find a reference leak in "test_os", write the list of failing tests into the
10
"bisect" file:
11
12
- ./python -m test.bisect -o bisect -R 3:3 test_os
+ ./python -m test.bisect_cmd -o bisect -R 3:3 test_os
13
14
Load an existing list of tests from a file using -i option:
15
16
./python -m test --list-cases -m FileTests test_os > tests
17
- ./python -m test.bisect -i tests test_os
+ ./python -m test.bisect_cmd -i tests test_os
18
"""
19
20
import argparse
0 commit comments