mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix constant name.
This commit is contained in:
parent
43a17ff016
commit
93c2171494
1 changed files with 1 additions and 1 deletions
|
|
@ -854,7 +854,7 @@ def runtest_inner(test, verbose, quiet,
|
||||||
if refleak:
|
if refleak:
|
||||||
return FAILED, test_time
|
return FAILED, test_time
|
||||||
if environment.changed:
|
if environment.changed:
|
||||||
return ENVIRONMENT_CHANGED, test_time
|
return ENV_CHANGED, test_time
|
||||||
# Except in verbose mode, tests should not print anything
|
# Except in verbose mode, tests should not print anything
|
||||||
if verbose or huntrleaks:
|
if verbose or huntrleaks:
|
||||||
return PASSED, test_time
|
return PASSED, test_time
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue