1 write to LogFolderPath
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
24
LogFolderPath
= Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
18 references to LogFolderPath
IIS.FunctionalTests (18)
src\Servers\IIS\IIS\test\Common.FunctionalTests\FrebTests.cs (3)
121
parameters.EnableFreb("Verbose",
LogFolderPath
);
123
Directory.CreateDirectory(
LogFolderPath
);
145
var folderPath = Helpers.GetFrebFolder(
LogFolderPath
, result);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (3)
89
return Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult,
LogFolderPath
), Logger);
95
if (Directory.Exists(
LogFolderPath
))
97
Directory.Delete(
LogFolderPath
, true);
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (6)
68
deploymentParameters.EnableLogging(
LogFolderPath
);
76
var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult,
LogFolderPath
), Logger);
206
var logFolderPath =
LogFolderPath
+ "\\彡⾔";
228
deploymentParameters.EnableLogging(
LogFolderPath
);
235
Assert.Single(Directory.GetFiles(
LogFolderPath
), Helpers.GetExpectedLogName(deploymentResult,
LogFolderPath
));
src\Servers\IIS\IIS\test\IIS.Shared.FunctionalTests\StdOutRedirectionTests.cs (6)
63
deploymentParameters.EnableLogging(
LogFolderPath
);
74
var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult,
LogFolderPath
), Logger);
95
deploymentParameters.EnableLogging(
LogFolderPath
);
104
var fileInDirectory = Directory.GetFiles(
LogFolderPath
).Single();
148
deploymentParameters.EnableLogging(
LogFolderPath
);
157
var fileInDirectory = Directory.GetFiles(
LogFolderPath
).First();