Skip to content

Commit

Permalink
Disabled big log for dotnet retry tests F# script
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 28, 2024
1 parent 39ddae2 commit ee73032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-script/build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ let initTargets (argv) =
testDll
|> xUnit2 (fun p ->
{ p with
DisableInternalBinLog = true

Check failure on line 286 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 286 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 286 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 286 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 286 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net7.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 286 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net7.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.
NUnitXmlOutputPath = Some(logsPath)
Method = Some(trimTestMethod testMethodName)
ErrorLevel = errorLevel })
Expand All @@ -294,6 +295,7 @@ let initTargets (argv) =
testDll
|> xUnit2 (fun p ->
{ p with
DisableInternalBinLog = true

Check failure on line 298 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 298 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 298 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 298 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 298 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net7.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 298 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net7.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.
NUnitXmlOutputPath = Some logsPath
ExcludeTraits = [ ("type", "integration") ]
ErrorLevel = errorLevel })
Expand All @@ -305,6 +307,7 @@ let initTargets (argv) =
testDll
|> xUnit2 (fun p ->
{ p with
DisableInternalBinLog = true

Check failure on line 310 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 310 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 310 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net6.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 310 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 310 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net7.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.

Check failure on line 310 in build-script/build.fs

View workflow job for this annotation

GitHub Actions / check (net7.0)

The record type 'XUnit2Params' does not contain a label 'DisableInternalBinLog'.
NUnitXmlOutputPath = Some logsPath
IncludeTraits = [ ("type", "integration") ]
TimeOut = TimeSpan.FromMinutes(20.)
Expand Down

0 comments on commit ee73032

Please sign in to comment.