From 93c21714946d5fa287bb4aa1d9acb46d55f0b742 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 29 Oct 2009 21:44:56 +0000 Subject: [PATCH] Fix constant name. --- Lib/test/regrtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c33784288b8..259e592f733 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