fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user