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

Commit005d0e9

Browse files
committed
Disable bogus test when running in open repo
1 parent8cc311c commit005d0e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎tests/RunTests.cmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set _tmp=%3
2323
ifnot '%_tmp%'== ''setTTAGS_ARG=-ttags:%_tmp:"=%
2424

2525
rem "nottags" indicates which test areas/test cases will NOT be run, based on the tags in the test.lst and env.lst files
26-
setNO_TTAGS_ARG=-nottags:ReqPP
26+
setNO_TTAGS_ARG=-nottags:ReqPP,NOOPEN
2727
set_tmp=%4
2828
ifnot '%_tmp%'== ''setNO_TTAGS_ARG=-nottags:ReqPP,%_tmp:"=%
2929

‎tests/fsharpqa/Source/MultiTargeting/env.lst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NOMONOSOURCE=E_MissingReferenceToFSharpCore20.fs SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll"# E_MissingReferenceToFSharpCore20.fs
1+
NOMONO,NOOPENSOURCE=E_MissingReferenceToFSharpCore20.fs SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll"# E_MissingReferenceToFSharpCore20.fs
22
NOMONOSOURCE=E_BadPathToFSharpCore.fs SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll -r I_DO_NOT_EXIST\\FSharp.Core.dll"# E_BadPathToFSharpCore.fs
33
NOMONOSOURCE=E_BadPathToFSharpCore.fsx SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll -r I_DO_NOT_EXIST\\FSharp.Core.dll"# E_BadPathToFSharpCore.fsx
44

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp