diff options
Diffstat (limited to 'django/test/runner.py')
| -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 |
