NDA platforms in restricted - move some parts into the platform folders

#rb Jerome.Delattre
#preflight 6478ecb71c5c2b3fa23f041d

[CL 25741561 by chris constantinescu in ue5-main branch]
This commit is contained in:
chris constantinescu
2023-06-01 16:57:35 -04:00
parent 78593f0e11
commit fcf133c0ae
6 changed files with 38 additions and 11 deletions

View File

@@ -417,10 +417,14 @@ namespace UnrealBuildTool
/// </summary>
public string TestShortName { get; set; }
private string ReportTypePrivate = "console";
/// <summary>
/// Type of Catch2 report, defaults to console.
/// </summary>
public string ReportType { get; set; }
public string ReportType {
get => ReportTypePrivate;
set => ReportTypePrivate = value;
}
/// <summary>
/// Is this test disabled?