Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ade62c

Browse files
committed
update appveyor support
1 parent7a7299d commit5ade62c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

‎build.cmd‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,17 @@ REM @if ERRORLEVEL 1 echo Error: 'tests\BuildTestTools.cmd debug' failed && goto
7676
@echoon
7777

7878
pushd tests
79-
RunTests.cmd debug fsharp Smoke
79+
callRunTests.cmd debug fsharp Smoke
8080
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqa Smoke' failed&&goto :eof
8181

82-
RunTests.cmd debug fsharpqa Smoke
82+
callRunTests.cmd debug fsharpqa Smoke
8383
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug fsharpqa Smoke' failed&&goto :eof
8484

8585
setPATH=%PATH%;%~dp0%packages\NUnit.Runners.2.6.3\tools\
86-
RunTests.cmd debug coreunit
86+
callRunTests.cmd debug coreunit
8787
@if ERRORLEVEL1echo Error: 'RunTests.cmd debug coreunit' failed&&goto :eof
8888

89+
popd
90+
91+
92+

‎tests/fsharpqa/Source/test.lst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Conformance07Conformance\PatternMatching\DynamicTypeTest
210210
Conformance07Conformance\PatternMatching\Expression
211211
Conformance07Conformance\PatternMatching\Named
212212
Conformance07Conformance\PatternMatching\Null
213-
Conformance07,SmokeConformance\PatternMatching\Record
213+
Conformance07Conformance\PatternMatching\Record
214214
Conformance07Conformance\PatternMatching\Simple
215215
Conformance07Conformance\PatternMatching\SimpleConstant
216216

@@ -312,6 +312,6 @@ Misc02..\..\..\testsprivate\fsharpqa\Source\RealWorld\UnitsOfMeasure
312312
Misc02..\..\..\testsprivate\fsharpqa\Source\RealWorld\Agents
313313
Misc02,NoMT..\..\..\testsprivate\fsharpqa\Source\Setup
314314
Misc02Stress
315-
Misc02,SmokeXmlDoc\Basic
315+
Misc02XmlDoc\Basic
316316
Misc02XmlDoc\OCamlDoc
317317
Misc02XmlDoc\UnitOfMeasure

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp