Browse Source

* Observe defaultRunAllTests again

git-svn-id: trunk@36919 -
michael 8 years ago
parent
commit
d0209031d2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-fpcunit/src/consoletestrunner.pas

+ 2 - 0
packages/fcl-fpcunit/src/consoletestrunner.pas

@@ -497,6 +497,8 @@ var
 begin
   Terminate;
   FormatParam := DefaultFormat;
+  If DefaultRunAllTests then
+    FRunMode:=rmAll;
   S := CheckOptions(GetShortOpts, LongOpts);
   if (S <> '') then
     begin