FpDebug, testbase: Fix re-using already compiled test-exe

git-svn-id: trunk@61519 -
This commit is contained in:
martin 2019-07-03 18:26:29 +00:00
parent 65aa82abae
commit fa7ee1a8bb

View File

@ -139,7 +139,7 @@ begin
Result := '';
i := IndexOfExe(AnExeName);
if i >= 0 then
Result := Items[i].FExeName;
Result := Items[i].FComandline;
end;
{ TCompilerProcess }