diff options
| author | Adam Zapletal <adamzap@gmail.com> | 2016-08-08 08:24:14 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-08 09:24:31 -0400 |
| commit | 06ba4926115b50285497e88b51e2e6b2e1edcf49 (patch) | |
| tree | 0ba0bd4ada70d43ce236fe785a9d2bba4047a479 | |
| parent | 2f18cbc3130d1d601ab6c40d26930b8cfbd77a75 (diff) | |
[1.10.x] Fixed #27028 -- Clarified failed parallel tests message.
Backport of 2a11d2d7a7d5c6609c85dbc631fad6b8a8645a64 from master
| -rw-r--r-- | django/test/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/runner.py b/django/test/runner.py index c60f5e8a72..237a1c795d 100644 --- a/django/test/runner.py +++ b/django/test/runner.py @@ -126,7 +126,7 @@ Here's the error encountered while trying to pickle the exception: {} -You should re-run this test without the --parallel option to reproduce the +You should re-run this test with the --parallel=1 option to reproduce the failure and get a correct traceback. """.format(test, original_exc_txt, pickle_exc_txt)) raise |
