From: Marc-Andre Laperle Date: Mon, 14 Dec 2015 03:34:10 +0000 (-0500) Subject: releng: Fix alltests failure on Mac X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6d849a78a22743cc6da4eea1e22038a66f5d5a0e;p=deliverable%2Ftracecompass.git 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 --- 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