Преглед изворни кода

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

git-svn-id: trunk@36301 -
joost пре 8 година
родитељ
комит
d5087df6fb
1 измењених фајлова са 1 додато и 1 уклоњено
  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;