Fix constant name.
This commit is contained in:
parent
43a17ff016
commit
93c2171494
|
@ -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…
Reference in New Issue