diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2009-12-31 18:48:28 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2009-12-31 18:48:28 +0000 |
| commit | 9a554322139e5c65b4b40bc538ca263a922c824f (patch) | |
| tree | 03e39c68e3fb1b670a4bc0053ffb9a5ef0f8940d /docs/ref/django-admin.txt | |
| parent | c35868ab9b4eca17b284cb6edd79fcdad9951442 (diff) | |
Fixed #12364: Added graceful exit from a test run when Ctrl-C is pressed. Thanks Randy Barlow.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 2cd879423c..88715ebdc7 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -812,12 +812,10 @@ test <app or test identifier> Runs tests for all installed models. See :ref:`topics-testing` for more information. ---failfast -~~~~~~~~~~ - .. versionadded:: 1.2 +.. django-admin-option:: --failfast -Use the ``--failfast`` option to stop running tests and report the failure +Use the :djadminopt:`--failfast` option to stop running tests and report the failure immediately after a test fails. testserver <fixture fixture ...> |
