Skip to content

Commit fab4d2d

Browse files
Skip unit test 'startup parameter' for macOS
It is not suported in the current state.
1 parent 989782e commit fab4d2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/test/test_start_up_parameter.pas

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,9 @@ function TTestStartUpParameter.ReadConsoleLogFile: boolean;
594594
end;
595595

596596
initialization
597-
597+
// macOS version does not support startup parameter
598+
{$IFNDEF DARWIN}
598599
RegisterTest(TTestStartUpParameter);
600+
{$ENDIF}
601+
599602
end.

0 commit comments

Comments
 (0)