提交 5af63db7 编写于 作者: K kohsuke

now that we do fork=once by default, redirect the output of the test to a file...

now that we do fork=once by default, redirect the output of the test to a file so that we can look at failures after the fact more easily

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17840 71c3de6d-444a-0410-be80-ed276b4c234a
上级 88895e7e
......@@ -44,9 +44,8 @@ THE SOFTWARE.
<configuration>
<!-- override with -DforkMode=pertest if you have "unable to create thread problems" on Windows -->
<forkMode>once</forkMode>
<!--<forkMode>once</forkMode>--><!-- fork is necessary for redirectTestOutputToFile -->
<!--<reportFormat>plain</reportFormat>-->
<!--<redirectTestOutputToFile>true</redirectTestOutputToFile>-->
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
<plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册