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

Commit08e9a3c

Browse files
committed
Disable line-ending-dependent test from CI
1 parentc178eef commit08e9a3c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎appveyor-build.cmd‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@echoon
22

3+
setAPPVEYOR_CI=1
4+
35
:: Check prerequisites
46
set_msbuildexe="%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe"
57
ifnotexist%_msbuildexe%set_msbuildexe="%ProgramFiles%\MSBuild\12.0\Bin\MSBuild.exe"

‎tests/fsharp/core/libtest/test.fsx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5037,7 +5037,8 @@ module TripleQuoteStrings =
50375037
check"ckjenew-0ecwe3""""Hello ""world""""Hello\"\"world"
50385038
#if INTERACTIVE// FSI prints \r\n or \n depending on PIPE vs FEED so we'll just skip it
50395039
#else
5040-
check"ckjenew-0ecwe4""""Hello
5040+
if System.Environment.GetEnvironmentVariable("APPVEYOR_CI")<>"1"then
5041+
check"ckjenew-0ecwe4""""Hello
50415042
""world""""Hello\r\n\"\"world"
50425043
#endif
50435044
// cehcek there is no escaping...

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp