Commit 93c21714 authored by Georg Brandl's avatar Georg Brandl

Fix constant name.

parent 43a17ff0
......@@ -854,7 +854,7 @@ def runtest_inner(test, verbose, quiet,
if refleak:
return FAILED, test_time
if environment.changed:
return ENVIRONMENT_CHANGED, test_time
return ENV_CHANGED, test_time
# Except in verbose mode, tests should not print anything
if verbose or huntrleaks:
return PASSED, test_time
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment