From 06ba4926115b50285497e88b51e2e6b2e1edcf49 Mon Sep 17 00:00:00 2001 From: Adam Zapletal Date: Mon, 8 Aug 2016 08:24:14 -0500 Subject: [PATCH] [1.10.x] Fixed #27028 -- Clarified failed parallel tests message. Backport of 2a11d2d7a7d5c6609c85dbc631fad6b8a8645a64 from master --- 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 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