Skip to content

Commit

Permalink
Fix comment in build.bat and make build ci work
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Jul 4, 2016
1 parent 6639a3d commit 78a8f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ if /i '%ARG%' == 'ci' (
set CONF_FSHARPQA_SUITE=Smoke
)

REM These divide 'ci' into three chunks which can be done in parallel

REM These divide 'ci' into two chunks which can be done in parallel
if /i '%ARG%' == 'ci_part1' (
set BUILD_PROTO=1
set SKIP_EXPENSIVE_TESTS=1
Expand Down
3 changes: 1 addition & 2 deletions tests/fsharpqa/Source/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Misc01 ClrFx\PseudoCustomAttributes\AssemblyAlgorithmId
Misc01 ClrFx\PseudoCustomAttributes\AssemblyConfiguration
Misc01 ClrFx\PseudoCustomAttributes\AssemblyVersion
Misc01 Diagnostics\async
Misc01 Diagnostics\General
Misc01,Diagnostics Diagnostics\General
Misc01 Diagnostics\NONTERM
Misc01 Diagnostics\ParsingAtEOF
Misc01 EntryPoint
Expand Down Expand Up @@ -277,4 +277,3 @@ Misc02 Stress
Misc02 XmlDoc\Basic
Misc02 XmlDoc\OCamlDoc
Misc02 XmlDoc\UnitOfMeasure
Diagnostics Diagnostics\General

0 comments on commit 78a8f52

Please sign in to comment.