mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-21 03:09:07 +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;
|
Property OnRun : TNotifyEvent Read FOnRun Write FOnRun;
|
||||||
end;
|
end;
|
||||||
TRunFormClass = class of TRunForm;
|
TRunFormClass = class of TRunForm;
|
||||||
|
|
||||||
{ TTestRunner }
|
{ TTestRunner }
|
||||||
|
|
||||||
TTestRunner = class(TBrowserApplication)
|
TTestRunner = class(TBrowserApplication)
|
||||||
@ -182,7 +183,6 @@ begin
|
|||||||
R.OnRun:=@DoRunAgain;
|
R.OnRun:=@DoRunAgain;
|
||||||
R.Initialize;
|
R.Initialize;
|
||||||
end;
|
end;
|
||||||
RunTests;
|
|
||||||
Terminate;
|
Terminate;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user