Output workspace log to console during tests
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 24 Oct 2016 17:47:26 +0000 (13:47 -0400)
committerMarc-André Laperle <marc-andre.laperle@ericsson.com>
Thu, 3 Nov 2016 19:14:51 +0000 (15:14 -0400)
This patch adds -consoleLog so that we see easily the workspace logs
in the console output. It's very easy to miss problems that were
outputted in the workspace log because you have to find the log in
target/work/data/.log.

One disadvantage is that it always outputs:
"Could not resolve module: org.eclipse.compare.win32"

Change-Id: I021f30713485fc152465bd81f6ac9baf23ef5f16
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/83812
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7c3f4343c09274715b910c777ebe06b7a3d758b9..e0ac3d480b700555167866d2cea9ef335ecc477d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </dependencies>
             <product>org.eclipse.platform.ide</product>
             <argLine>${testArgLine} ${base.ui.test.vmargs} -Xms512m -Xmx1024m</argLine>
+            <appArgLine>-consoleLog</appArgLine>
           </configuration>
         </plugin>
 
This page took 0.024411 seconds and 5 git commands to generate.