From bca351b92e5ac04b8f98d1f0009b1820c089f0ff Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Mon, 24 Oct 2016 13:47:26 -0400 Subject: [PATCH] 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 --- pom.xml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1