| author | ghillairet | 2012-05-16 08:18:36 (EDT) |
|---|---|---|
| committer | mgolubev | 2012-05-16 08:18:36 (EDT) |
| commit | 829aec7afe629fa07980ad894d16ce75f57fafcb (patch) (side-by-side diff) | |
| tree | 6f070fd8d0aad1e6f4cb0975de831a1d5101638e | |
| parent | 453de3e391695bb29dd61b77235ddc707db6e59a (diff) | |
| download | org.eclipse.gmf-tooling-829aec7afe629fa07980ad894d16ce75f57fafcb.zip org.eclipse.gmf-tooling-829aec7afe629fa07980ad894d16ce75f57fafcb.tar.gz org.eclipse.gmf-tooling-829aec7afe629fa07980ad894d16ce75f57fafcb.tar.bz2 | |
Added vm args -XstartOnFirstThread to allow execution of UI tests on OSX
| -rw-r--r-- | tests/org.eclipse.gmf.tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.gmf.tests/pom.xml b/tests/org.eclipse.gmf.tests/pom.xml index 90d8c1d..ec3e10d 100644 --- a/tests/org.eclipse.gmf.tests/pom.xml +++ b/tests/org.eclipse.gmf.tests/pom.xml @@ -55,7 +55,7 @@ <configuration> <useUIHarness>true</useUIHarness> <testSuite>org.eclipse.gmf.tests</testSuite> - <argLine>${tycho.testArgLine} -Xmx512m -XX:MaxPermSize=128m -DbuildingWithTycho=true</argLine> + <argLine>${tycho.testArgLine} -Xmx512m -XX:MaxPermSize=128m -DbuildingWithTycho=true -XstartOnFirstThread</argLine> <bundleStartLevel> <bundle> <id>org.eclipse.equinox.ds</id> |

