mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 23:10:25 +02:00
* Undo all changes in the test-environment before each test
git-svn-id: trunk@36301 -
This commit is contained in:
parent
408cae639f
commit
d5087df6fb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user