mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
Set UI harness for codan tests. Needed for quick fixes.
This commit is contained in:
parent
8687aa726c
commit
2fbbb66579
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
||||||
<artifactId>tycho-surefire-plugin</artifactId>
|
<artifactId>tycho-surefire-plugin</artifactId>
|
||||||
<version>${tycho-version}</version>
|
<version>${tycho-version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useUIHarness>false</useUIHarness>
|
<!-- Need UI harness for quick fix tests -->
|
||||||
|
<useUIHarness>true</useUIHarness>
|
||||||
<argLine>-Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine>
|
<argLine>-Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/AutomatedIntegrationSuite.*</include>
|
<include>**/AutomatedIntegrationSuite.*</include>
|
||||||
|
|
Loading…
Add table
Reference in a new issue