This commit is contained in:
2025-02-11 23:08:27 +03:00
parent c69e7194bc
commit 62de67ccb7
2 changed files with 1 additions and 9 deletions

View File

@@ -831,7 +831,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
if (testArchive.exists())
FileUtils.forceDelete(testArchive);
//---
FileUtils.moveDirectory(src, testProject);
FileUtils.copyDirectory(src, testProject);
//---
if (!zip.Do(testProject.getAbsolutePath(), testArchive.getAbsolutePath())) {
db.Delete(test);