Skip to content

Commit

Permalink
Revert "Disabled big log for dotnet retry tests F# script"
Browse files Browse the repository at this point in the history
This reverts commit ee73032.
  • Loading branch information
sacOO7 committed Mar 28, 2024
1 parent ee73032 commit a173f68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build-script/build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ let initTargets (argv) =
testDll
|> xUnit2 (fun p ->
{ p with
DisableInternalBinLog = true
NUnitXmlOutputPath = Some(logsPath)
Method = Some(trimTestMethod testMethodName)
ErrorLevel = errorLevel })
Expand All @@ -295,7 +294,6 @@ let initTargets (argv) =
testDll
|> xUnit2 (fun p ->
{ p with
DisableInternalBinLog = true
NUnitXmlOutputPath = Some logsPath
ExcludeTraits = [ ("type", "integration") ]
ErrorLevel = errorLevel })
Expand All @@ -307,7 +305,6 @@ let initTargets (argv) =
testDll
|> xUnit2 (fun p ->
{ p with
DisableInternalBinLog = true
NUnitXmlOutputPath = Some logsPath
IncludeTraits = [ ("type", "integration") ]
TimeOut = TimeSpan.FromMinutes(20.)
Expand Down

0 comments on commit a173f68

Please sign in to comment.