From 2c48a0b69db2d7171f70da238fce6947591d65f9 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Fri, 18 Jul 2008 22:38:27 +0000 Subject: [PATCH] newforms-admin: Removed an extraneous print call in runtests.py. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7958 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/runtests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/runtests.py b/tests/runtests.py index 5bba9b9c15..ee7b1a5cda 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -140,7 +140,6 @@ def django_tests(verbosity, interactive, test_labels): for model_dir, model_name in get_invalid_models(): model_label = '.'.join([model_dir, model_name]) if not test_labels or model_name in test_labels: - print >> sys.stderr,'****', model_label extra_tests.append(InvalidModelTestCase(model_label)) try: # Invalid models are not working apps, so we cannot pass them into