Browse Source

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

git-svn-id: trunk@36301 -
joost 8 năm trước cách đây
mục cha
commit
d5087df6fb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;