1
0
Fork 0
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:
Jonah Graham 2021-04-06 17:01:55 -04:00
parent b837e37254
commit 48180e437c

View file

@ -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>