You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user