From a173f6882f8fd701079b46ebf8b26b9c574477f8 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Thu, 28 Mar 2024 16:43:13 +0530 Subject: [PATCH] Revert "Disabled big log for dotnet retry tests F# script" This reverts commit ee730320b6dcf28f7913298a585599edff7cc25a. --- build-script/build.fs | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-script/build.fs b/build-script/build.fs index ec24f73f0..c5c9e7b21 100644 --- a/build-script/build.fs +++ b/build-script/build.fs @@ -283,7 +283,6 @@ let initTargets (argv) = testDll |> xUnit2 (fun p -> { p with - DisableInternalBinLog = true NUnitXmlOutputPath = Some(logsPath) Method = Some(trimTestMethod testMethodName) ErrorLevel = errorLevel }) @@ -295,7 +294,6 @@ let initTargets (argv) = testDll |> xUnit2 (fun p -> { p with - DisableInternalBinLog = true NUnitXmlOutputPath = Some logsPath ExcludeTraits = [ ("type", "integration") ] ErrorLevel = errorLevel }) @@ -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.)