fix столбы конфигурация сапфор

v++
This commit is contained in:
2025-02-16 22:37:26 +03:00
parent 77179789f5
commit 9c0ed53d52
9 changed files with 42 additions and 42 deletions

View File

@@ -273,6 +273,9 @@ public class RemoteDVMTestingPlanner extends DVMTestingPlanner {
protected void Kill() throws Exception {
if (!testingPackage.PID.isEmpty()) {
user.connection.Command("kill -9 " + testingPackage.PID);
//очистка после прерывания.
if (user.connection.Exists(packageRemoteWorkspace))
user.connection.RMDIR(packageRemoteWorkspace.full_name);
}
}
@Override