Skip to content

Commit 2fff127

Browse files
add: skip test startup parameter for arm64
1 parent cfdac8b commit 2fff127

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/test/test_start_up_parameter.pas

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,10 @@ function TTestStartUpParameter.ReadConsoleLogFile: boolean;
595595

596596
initialization
597597
// macOS version does not support startup parameter
598+
{$IFNDEF CPUARM}
598599
{$IFNDEF DARWIN}
599600
RegisterTest(TTestStartUpParameter);
600601
{$ENDIF}
602+
{$ENDIF}
601603

602604
end.

0 commit comments

Comments
 (0)