瀏覽代碼

* 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;