Ticket #6168: runtests_bug.diff
File runtests_bug.diff, 569 bytes (added by , 17 years ago) |
---|
-
tests/runtests.py
143 143 144 144 # Run the test suite, including the extra validation tests. 145 145 from django.test.simple import run_tests 146 failures = run_tests(test_ labels, verbosity=verbosity, interactive=interactive, extra_tests=extra_tests)146 failures = run_tests(test_models, verbosity=verbosity, interactive=interactive, extra_tests=extra_tests) 147 147 if failures: 148 148 sys.exit(failures) 149 149