mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 09:47:52 +02:00
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:
parent
84129857c2
commit
b3f1596a1d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user