mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 10:39:09 +02:00
tests: fixed running tests on win64
git-svn-id: trunk@10977 -
This commit is contained in:
parent
8b9755db56
commit
e79be8cf20
@ -136,7 +136,7 @@ begin
|
|||||||
AssertTrue(LazBuildPath + ' does not exist', FileExists(LazBuildPath));
|
AssertTrue(LazBuildPath + ' does not exist', FileExists(LazBuildPath));
|
||||||
LazBuild := TProcess.Create(nil);
|
LazBuild := TProcess.Create(nil);
|
||||||
try
|
try
|
||||||
{$IFDEF win32}
|
{$IFDEF windows}
|
||||||
LazBuild.Options := [poNewConsole];
|
LazBuild.Options := [poNewConsole];
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
LazBuild.Options := [poNoConsole];
|
LazBuild.Options := [poNoConsole];
|
||||||
|
Loading…
Reference in New Issue
Block a user