From 5025478ac262cf3502e0e5d6350e727360c1bc3a Mon Sep 17 00:00:00 2001 From: Lucas Cimon Date: Sat, 14 Feb 2015 00:07:19 +0100 Subject: [PATCH] Fixing description of --dist=load in the --help documentation for the xdist plugin --- doc/en/test/plugin/xdist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/test/plugin/xdist.txt b/doc/en/test/plugin/xdist.txt index df5d5d199..f2c877be7 100644 --- a/doc/en/test/plugin/xdist.txt +++ b/doc/en/test/plugin/xdist.txt @@ -159,7 +159,7 @@ command line options each: send each test to each available environment. - load: send each test to available environment. + load: send each test to one available environment so it is run only once. (default) no: run tests inprocess, don't distribute. ``--tx=xspec``