Преглед на файлове

* When no TestPath is given, use the default. The ExpandFileName avoided this

git-svn-id: trunk@35768 -
joost преди 8 години
родител
ревизия
e5be5bd460
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      packages/fppkg/tests/fullfpcinstallationtests.pas

+ 3 - 2
packages/fppkg/tests/fullfpcinstallationtests.pas

@@ -13,7 +13,8 @@ uses
   CustApp,
   process,
   fpmkunit,
-  pkgFppkg, fprepos;
+  pkgFppkg,
+  fprepos;
 
 type
 
@@ -134,7 +135,7 @@ begin
   if FFPCSourcePath<>'' then
     FFPCSourcePath := ExpandFileName(FFPCSourcePath);
   FStartCompiler := CustomApplication.GetOptionValue('s','startcompiler');
-  FTestPath := ExpandFileName(CustomApplication.GetOptionValue('t','testpath'));
+  FTestPath := CustomApplication.GetOptionValue('t','testpath');
   if FTestPath='' then
     FTestPath := IncludeTrailingPathDelimiter(ConcatPaths([ExtractFilePath(ParamStr(0)),'testroot']))
   else