提交 7aea7415 编写于 作者: H huybrechts

added comment for handling test failures on windows

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