mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-18 17:09:24 +02:00
* Do not run tests at once
This commit is contained in:
parent
4db960f581
commit
131c345931
@ -45,6 +45,7 @@ type
|
||||
Property OnRun : TNotifyEvent Read FOnRun Write FOnRun;
|
||||
end;
|
||||
TRunFormClass = class of TRunForm;
|
||||
|
||||
{ TTestRunner }
|
||||
|
||||
TTestRunner = class(TBrowserApplication)
|
||||
@ -182,7 +183,6 @@ begin
|
||||
R.OnRun:=@DoRunAgain;
|
||||
R.Initialize;
|
||||
end;
|
||||
RunTests;
|
||||
Terminate;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user