* Do not run tests at once

This commit is contained in:
michael 2019-06-10 10:49:36 +00:00
parent 4db960f581
commit 131c345931

View File

@ -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;