Index: tests/runtests.py
===================================================================
--- tests/runtests.py	(revision 6903)
+++ tests/runtests.py	(working copy)
@@ -143,7 +143,7 @@
 
     # Run the test suite, including the extra validation tests.
     from django.test.simple import run_tests
-    failures = run_tests(test_labels, verbosity=verbosity, interactive=interactive, extra_tests=extra_tests)
+    failures = run_tests(test_models, verbosity=verbosity, interactive=interactive, extra_tests=extra_tests)
     if failures:
         sys.exit(failures)
 
