DebuggerTests: clean up / change naming for temp exe files

git-svn-id: trunk@64540 -
This commit is contained in:
martin 2021-02-11 22:40:25 +00:00
parent eab19f455a
commit dee9846c86
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ interface
uses uses
Classes, SysUtils, fpcunit, testregistry, TestBase, TestDbgControl, Classes, SysUtils, fpcunit, testregistry, TestBase, TestDbgControl,
TestDbgTestSuites, TestOutputLogger, TTestWatchUtilities, TestCommonSources, TestDbgTestSuites, TestOutputLogger, TTestWatchUtilities, TestCommonSources,
TestDbgConfig, DbgIntfDebuggerBase, DbgIntfBaseTypes, Forms; TestDbgConfig, DbgIntfDebuggerBase, DbgIntfBaseTypes;
type type

View File

@ -285,7 +285,7 @@ begin
NamePostFix := NamePostFix + NewExeID; NamePostFix := NamePostFix + NewExeID;
end; end;
AnExeName := ExePath + AnExeName + SymbolTypeNames[SymbolType] + '_' + NameToFileName(Self.Name) + NamePostFix + GetExeExt; AnExeName := ExePath + AnExeName + '_'+IntToStr(GetProcessID)+'_'+ SymbolTypeNames[SymbolType] + '_' + NameToFileName(Self.Name) + NamePostFix + GetExeExt;
{$IFDEF windows} {$IFDEF windows}
ExtraArgs := ExtraArgs + ' -WG'; ExtraArgs := ExtraArgs + ' -WG';