Django

Code

Ticket #6168: runtests_bug.diff

File runtests_bug.diff, 0.6 kB (added by floguy, 1 year ago)
  • tests/runtests.py

    old new  
    143143 
    144144    # Run the test suite, including the extra validation tests. 
    145145    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) 
    147147    if failures: 
    148148        sys.exit(failures) 
    149149