Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/lsp
diff options
context:
space:
mode:
authorMartin Weber2020-06-30 18:00:23 +0000
committerJonah Graham2020-08-13 18:18:47 +0000
commit9e303185f96303b772b5c3d3a3a8de7b7ee9e358 (patch)
treec85f070f43e00db7f057a92ddddd32257c76d8e4 /lsp
parenta025f75771f06c23cec07612def5c19acad9b204 (diff)
downloadorg.eclipse.cdt-9e303185f96303b772b5c3d3a3a8de7b7ee9e358.tar.gz
org.eclipse.cdt-9e303185f96303b772b5c3d3a3a8de7b7ee9e358.tar.xz
org.eclipse.cdt-9e303185f96303b772b5c3d3a3a8de7b7ee9e358.zip
Bug 564002: Restore the default pattern of the surefire-plugin
Sets the pattern to the default of upcoming tycho 2.0 in advance. Signed-off-by: Martin Weber <fifteenknots505@gmail.com> Change-Id: I31b3fc733d0cb888fbf6f566995ce2043f6cd621
Diffstat (limited to 'lsp')
-rw-r--r--lsp/org.eclipse.cdt.lsp.core.tests/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml b/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml
index a670fe3b56e..95d56b40350 100644
--- a/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml
+++ b/lsp/org.eclipse.cdt.lsp.core.tests/pom.xml
@@ -44,9 +44,6 @@
<useUIThread>false</useUIThread>
<argLine>${tycho.testArgLine} ${base.test.vmargs}</argLine> -->
<!-- endif -->
- <includes>
- <include>**/*Test.*</include>
- </includes>
</configuration>
</plugin>
</plugins>

Back to the top