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

Commitdb6c198

Browse files
committed
More script fixes
1 parent105051f commitdb6c198

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎appveyor-build.cmd‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ call tests\BuildTestTools.cmd release
8282
@echoon
8383
pushd tests
8484

85-
call RunTests.cmd release fsharp Smoke NO_CI
85+
call RunTests.cmd release fsharp Smoke
8686
@if ERRORLEVEL1type testresults\fsharp_failures.log&&echo Error: 'RunTests.cmd release fsharp Smoke' failed&&goto :failure
8787

88-
call RunTests.cmd release fsharpqa Smoke NO_CI
88+
call RunTests.cmd release fsharpqa Smoke
8989
@if ERRORLEVEL1type testresults\fsharpqa_failures.log&&echo Error: 'RunTests.cmd release fsharpqa Smoke' failed&&goto :failure
9090

91-
call RunTests.cmd release fsharpqadowntarget NO_CI
91+
call RunTests.cmd release fsharpqadowntarget
9292
@if ERRORLEVEL1type testresults\fsharpqadowntarget_failures.log&&echo Error: 'RunTests.cmd release fsharpqadowntarget' failed&&goto :failure
9393

94-
call RunTests.cmd release fsharpqaredirect NO_CI
94+
call RunTests.cmd release fsharpqaredirect
9595
@if ERRORLEVEL1type testresults\fsharpqaredirect_failures.log&&echo Error: 'RunTests.cmd release fsharpqaredirect' failed&&goto :failure
9696

9797
call RunTests.cmd release compilerunit

‎tests/RunTests.cmd‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ set NO_TTAGS_ARG=-nottags:ReqPP,NOOPEN
2727
set_tmp=%4
2828
ifnot '%_tmp%'== ''setNO_TTAGS_ARG=-nottags:ReqPP,NOOPEN,%_tmp:"=%
2929

30+
if /I"%APPVEYOR_CI%"=="1" (set NO_TTAGS_ARG=%NO_TTAGS_ARG%,NO_CI)
31+
3032
setPARALLEL_ARG=-procs:%NUMBER_OF_PROCESSORS%
3133

3234
rem This can be set to 1 to reduce the number of permutations used and avoid some of the extra-time-consuming tests

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp