при тестировании двм задачи сортируются так что ошибки сверху

This commit is contained in:
2024-09-27 02:01:14 +03:00
parent 1be569e294
commit 30b51180c4
5 changed files with 41 additions and 20 deletions

View File

@@ -373,6 +373,7 @@ public class Global {
CreateLogAtComponentsPath();
testingServer = new TestingServer();
testingServer.ActivateDB();
// testingServer.PATCH();
testingServer.Start();
System.exit(0);
}