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

git-svn-id: trunk@36301 -
This commit is contained in:
joost 2017-05-22 21:56:35 +00:00
parent 408cae639f
commit d5087df6fb

View File

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