From: Georg Brandl Date: Thu, 29 Oct 2009 21:44:56 +0000 (+0000) Subject: Fix constant name. X-Git-Tag: v2.7a1~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93c21714946d5fa287bb4aa1d9acb46d55f0b742;p=python Fix constant name. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c33784288b..259e592f73 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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