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:14 -0400 |
| commit | 2a11d2d7a7d5c6609c85dbc631fad6b8a8645a64 (patch) | |
| tree | 12d19dc4d6f7597b583a6cd9cc61c08b9ecadc28 | |
| parent | 1b0287b4b8e76e17a2e1157d56e41e3df0c72674 (diff) | |
Fixed #27028 -- Clarified failed parallel tests message.
| -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 1e98c51df4..537f9aa35f 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 |
