1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Exclude MultiLaunch test from appveyor run

This commit is contained in:
Michał Janiszewski
2017-06-21 23:48:50 +02:00
committed by Michał Janiszewski
parent 6aa4722c22
commit e2184f3e32

View File

@@ -186,7 +186,7 @@
<Exec Command="$(TargetDir)tests\tests.exe &quot;--gtest_output=xml:$(ArtifactsDir)test-results.xml&quot;" />
</Target>
<Target Name="TestNoRCT2" DependsOnTargets="Build">
<Exec Command="$(TargetDir)tests\tests.exe &quot;--gtest_filter=-RideRatings*&quot; &quot;--gtest_output=xml:$(ArtifactsDir)test-results.xml&quot;" />
<Exec Command="$(TargetDir)tests\tests.exe &quot;--gtest_filter=-RideRatings*:MultiLaunch*&quot; &quot;--gtest_output=xml:$(ArtifactsDir)test-results.xml&quot;" />
</Target>
<!-- Target to build g2.dat containing OpenRCT2 sprites -->