Fixed #27028 -- Clarified failed parallel tests message.
This commit is contained in:
parent
1b0287b4b8
commit
2a11d2d7a7
|
@ -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.
|
failure and get a correct traceback.
|
||||||
""".format(test, original_exc_txt, pickle_exc_txt))
|
""".format(test, original_exc_txt, pickle_exc_txt))
|
||||||
raise
|
raise
|
||||||
|
|
Loading…
Reference in New Issue