Browse Source

* Fixed task-description

git-svn-id: trunk@35813 -
joost 8 years ago
parent
commit
0f8751c9e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fppkg/tests/fullfpcinstallationtests.pas

+ 1 - 1
packages/fppkg/tests/fullfpcinstallationtests.pas

@@ -455,7 +455,7 @@ begin
   PackageSearchpath := TFullFPCInstallationSetup.GetCurrentTestBasePackagesPath;
   PackageSearchpath := TFullFPCInstallationSetup.GetCurrentTestBasePackagesPath;
 
 
   RunFppkgIndir(TFullFPCInstallationSetup.GetCurrentTestBasePackagesPath + 'packageb', ['build'], 'create fpmake-executable', 1);
   RunFppkgIndir(TFullFPCInstallationSetup.GetCurrentTestBasePackagesPath + 'packageb', ['build'], 'create fpmake-executable', 1);
-  RunTestCommandIndir(ConcatPaths([TFullFPCInstallationSetup.GetCurrentTestBasePackagesPath,'packageb']), ConcatPaths([TFullFPCInstallationSetup.GetCurrentTestBasePackagesPath,'packageb', 'fpmake']), ['build', '--nofpccfg', '--compiler='+CompilerStr, '--searchpath='+FpcSearchpath, '--searchpath='+PackageSearchpath], 'build packagea');
+  RunTestCommandIndir(ConcatPaths([TFullFPCInstallationSetup.GetCurrentTestBasePackagesPath,'packageb']), ConcatPaths([TFullFPCInstallationSetup.GetCurrentTestBasePackagesPath,'packageb', 'fpmake']), ['build', '--nofpccfg', '--compiler='+CompilerStr, '--searchpath='+FpcSearchpath, '--searchpath='+PackageSearchpath], 'build packageb');
 end;
 end;
 
 
 procedure TFullFPCInstallationTests.TestTransmitOptions;
 procedure TFullFPCInstallationTests.TestTransmitOptions;