We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356556d commit f2f438aCopy full SHA for f2f438a
io.sloeber.tests/pom.xml
@@ -25,7 +25,12 @@
25
<plugin>
26
<groupId>org.eclipse.tycho</groupId>
27
<artifactId>tycho-surefire-plugin</artifactId>
28
- <version>${tycho.version}</version>
+ <version>${tycho.version}</version>
29
+ <configuration>
30
+ <systemProperties>
31
+ <org.eclipse.cdt.core.console>org.eclipse.cdt.core.systemConsole</org.eclipse.cdt.core.console>
32
+ </systemProperties>
33
+ </configuration>
34
</plugin>
35
</plugins>
36
</build>
0 commit comments