Explorar el Código

* Undo all changes in the test-environment before each test

git-svn-id: trunk@36301 -
joost hace 8 años
padre
commit
d5087df6fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fppkg/tests/fullfpcinstallationtests.pas

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

@@ -322,7 +322,7 @@ end;
 
 procedure TFullFPCInstallationTests.SetUp;
 begin
-  RunTestCommandIndir(TFullFPCInstallationSetup.GetTestPath, 'rsync', ['-rtvu', '--delete', 'templates/fullfpc/', 'currenttest/'], 'sync template');
+  RunTestCommandIndir(TFullFPCInstallationSetup.GetTestPath, 'rsync', ['-rtv', '--delete', 'templates/fullfpc/', 'currenttest/'], 'sync template');
 end;
 
 procedure TFullFPCInstallationTests.TearDown;