mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 11:30:28 +02:00
FpDebug, testbase: Fix re-using already compiled test-exe
git-svn-id: trunk@61519 -
This commit is contained in:
parent
65aa82abae
commit
fa7ee1a8bb
@ -139,7 +139,7 @@ begin
|
||||
Result := '';
|
||||
i := IndexOfExe(AnExeName);
|
||||
if i >= 0 then
|
||||
Result := Items[i].FExeName;
|
||||
Result := Items[i].FComandline;
|
||||
end;
|
||||
|
||||
{ TCompilerProcess }
|
||||
|
Loading…
Reference in New Issue
Block a user