From 2a11d2d7a7d5c6609c85dbc631fad6b8a8645a64 Mon Sep 17 00:00:00 2001 From: Adam Zapletal Date: Mon, 8 Aug 2016 08:24:14 -0500 Subject: [PATCH] Fixed #27028 -- Clarified failed parallel tests message. --- django/test/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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