releng: Fix alltests failure on Mac
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 14 Dec 2015 03:34:10 +0000 (22:34 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 15 Dec 2015 04:57:17 +0000 (23:57 -0500)
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 <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/62574
Reviewed-by: Hudson CI
releng/org.eclipse.tracecompass.alltests/pom.xml

index 60d745019890d99073b5d4528e16e6e4be4c4c5c..605e48da7bdcb7444e0b4b18741583fd89473b0e 100644 (file)
@@ -37,6 +37,8 @@
         <configuration>
           <!-- Default build will not find any tests, but the profiles below
                can define some. -->
+          <useUIHarness>false</useUIHarness>
+          <useUIThread>false</useUIThread>
           <failIfNoTests>false</failIfNoTests>
         </configuration>
       </plugin>
This page took 0.02607 seconds and 5 git commands to generate.