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