]> granicus.if.org Git - python/commitdiff
Fix constant name.
authorGeorg Brandl <georg@python.org>
Thu, 29 Oct 2009 21:44:56 +0000 (21:44 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 29 Oct 2009 21:44:56 +0000 (21:44 +0000)
Lib/test/regrtest.py

index c33784288b8ec8394b0cdee22e80ed16b121e32c..259e592f733ecc7bbb6ddba9cb1bad0c3ae95636 100755 (executable)
@@ -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