mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 499777: Don't fail build if no tests are found
using tags can cause all tests to be excluded, which is ok and should not fail the build Change-Id: Ia7f5e06c6bfb76df0cd3ac7b5ffe13e555489fad
This commit is contained in:
parent
b837e37254
commit
48180e437c
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -454,6 +454,8 @@
|
|||
<useUIThread>true</useUIThread>
|
||||
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
|
||||
<appArgLine>-pluginCustomization ${basedir}/../../disable_intro_in_tests.ini</appArgLine>
|
||||
<!-- using tags can cause all tests to be excluded, which is ok and should not fail the build -->
|
||||
<failIfNoTests>false</failIfNoTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
@ -477,6 +479,8 @@
|
|||
<useUIThread>false</useUIThread>
|
||||
<argLine>${tycho.testArgLine} ${base.ui.test.vmargs}</argLine>
|
||||
<appArgLine>-pluginCustomization ${basedir}/../../disable_intro_in_tests.ini</appArgLine>
|
||||
<!-- using tags can cause all tests to be excluded, which is ok and should not fail the build -->
|
||||
<failIfNoTests>false</failIfNoTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
@ -854,6 +858,8 @@
|
|||
<product>org.eclipse.platform.ide</product>
|
||||
<argLine>${tycho.testArgLine} ${base.test.vmargs}</argLine>
|
||||
<appArgLine>-pluginCustomization ${basedir}/../../disable_intro_in_tests.ini</appArgLine>
|
||||
<!-- using tags can cause all tests to be excluded, which is ok and should not fail the build -->
|
||||
<failIfNoTests>false</failIfNoTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue