From 98b40b788564f4a071e2a768cc4f9decd308aa85 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 21 Feb 2013 20:44:26 -0500 Subject: [PATCH] Revert "outputStrategy does not apply to test tasks" This reverts commit 6c6d86d5cea4c879bedff153879d7cb8ba677f87. It does now. --- src/sphinx/Detailed-Topics/Forking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/Detailed-Topics/Forking.rst b/src/sphinx/Detailed-Topics/Forking.rst index 541c8d325..88f37dac4 100644 --- a/src/sphinx/Detailed-Topics/Forking.rst +++ b/src/sphinx/Detailed-Topics/Forking.rst @@ -141,7 +141,7 @@ type outputStrategy := Some(BufferedOutput(log: Logger)) As with other settings, this can be configured individually for main or -test ``run`` tasks. +test ``run`` tasks or for ``test`` tasks. Configuring Input =================