Skip to content

Commit

Permalink
Disable bogus test when running in open repo
Browse files Browse the repository at this point in the history
  • Loading branch information
latkin committed Feb 10, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8cc311c commit 005d0e9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/RunTests.cmd
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ set _tmp=%3
if not '%_tmp%' == '' set TTAGS_ARG=-ttags:%_tmp:"=%

rem "nottags" indicates which test areas/test cases will NOT be run, based on the tags in the test.lst and env.lst files
set NO_TTAGS_ARG=-nottags:ReqPP
set NO_TTAGS_ARG=-nottags:ReqPP,NOOPEN
set _tmp=%4
if not '%_tmp%' == '' set NO_TTAGS_ARG=-nottags:ReqPP,%_tmp:"=%

2 changes: 1 addition & 1 deletion tests/fsharpqa/Source/MultiTargeting/env.lst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NOMONO SOURCE=E_MissingReferenceToFSharpCore20.fs SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll" # E_MissingReferenceToFSharpCore20.fs
NOMONO,NOOPEN SOURCE=E_MissingReferenceToFSharpCore20.fs SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll" # E_MissingReferenceToFSharpCore20.fs
NOMONO SOURCE=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
NOMONO SOURCE=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

0 comments on commit 005d0e9

Please sign in to comment.