From 6d849a78a22743cc6da4eea1e22038a66f5d5a0e Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Sun, 13 Dec 2015 22:34:10 -0500 Subject: [PATCH] releng: Fix alltests failure on Mac The alltests plugin was failing on Mac because it tried to run 0 tests on the UI thread but it needs to start on the first thread (-XstartOnFirstThread). We can just set it to not un on the UI thread. There is no need for the UI thread when running 0 tests. Change-Id: I1e260f96e1ec51e256e8280262bcbd3c83a92de3 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/62574 Reviewed-by: Hudson CI --- releng/org.eclipse.tracecompass.alltests/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releng/org.eclipse.tracecompass.alltests/pom.xml b/releng/org.eclipse.tracecompass.alltests/pom.xml index 60d7450198..605e48da7b 100644 --- a/releng/org.eclipse.tracecompass.alltests/pom.xml +++ b/releng/org.eclipse.tracecompass.alltests/pom.xml @@ -37,6 +37,8 @@ + false + false false -- 2.34.1