From: Marc-Andre Laperle Date: Mon, 24 Oct 2016 17:47:26 +0000 (-0400) Subject: Output workspace log to console during tests X-Git-Url: http://git.efficios.com/?p=deliverable%2Ftracecompass.git;a=commitdiff_plain;h=bca351b92e5ac04b8f98d1f0009b1820c089f0ff Output workspace log to console during tests 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 Reviewed-on: https://git.eclipse.org/r/83812 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam Tested-by: Matthew Khouzam --- diff --git a/pom.xml b/pom.xml index 7c3f4343c0..e0ac3d480b 100644 --- a/pom.xml +++ b/pom.xml @@ -515,6 +515,7 @@ org.eclipse.platform.ide ${testArgLine} ${base.ui.test.vmargs} -Xms512m -Xmx1024m + -consoleLog