Add path for log linux

#rnx
#rb none

[CL 26594848 by bryan johnson in ue5-main branch]
This commit is contained in:
bryan johnson
2023-07-25 20:24:23 -04:00
parent d5c4f1c957
commit 5c38e5def0

View File

@@ -45,6 +45,7 @@
<!-- Automation uses its own network output directory -->
<Property Name="AutomationNetworkRootDir" Value="\\epicgames.net\root\Builds\Automation\Reports\EditorPerf"/>
<Property Name="AutomationNetworkRootDir" Value="/Volumes/Builds/Automation/Reports/EditorPerf" If="'$(HostPlatform)' != 'Win64'"/>
<Property Name="AutomationNetworkRootDir" Value="/mnt/Builds/Automation/Reports/EditorPerf" If="'$(HostPlatform)' == 'Linux'"/>
<Property Name="AutomationLocalOutputDir" Value="$(RootDir)/LocalBuilds/Reports"/>
<!-- Outputs for this run keeping slashes flipped the right way because it shows up on the webapp this way -->