Also output parameters of called program when calling Terminate, useful when using emulator, to know which test does not finish

git-svn-id: trunk@34159 -
This commit is contained in:
pierre 2016-07-19 17:22:39 +00:00
parent 84129857c2
commit b3f1596a1d

View File

@ -1111,7 +1111,8 @@ begin
begin
P.Terminate(255);
if TerminateSentCount=0 then
Writeln(stderr,'Terminate requested for ',Path);
{ also write ComLine in order to know which test is not ended in time }
Writeln(stderr,'Terminate requested for ',Path,' ',ComLine);
Inc(TerminateSentCount);
end;