fix.додедал этап прерывания компиляции
This commit is contained in:
@@ -157,7 +157,6 @@ public abstract class TestingPlanner<P extends TestingPackage> extends TestingCl
|
||||
if (ptk_id != CommonConstants.Nan) {
|
||||
Print("package " + testingPackage.id + " NEEDS TO KILL");
|
||||
Kill();
|
||||
UpdatePackageState(TasksPackageState.Aborted);
|
||||
ServerCommand(ServerCode.DeleteObjectByPK, new Pair(TestingPackageToKill.class, ptk_id));
|
||||
} else if (checkIfPaused()) {
|
||||
UpdatePackageState(TasksPackageState.Paused);
|
||||
|
||||
@@ -219,6 +219,7 @@ public class SapforTestingPlanner extends TestingPlanner<SapforPackage> {
|
||||
Process killer = Runtime.getRuntime().exec(kill_command);
|
||||
killer.waitFor();
|
||||
Print("done!");
|
||||
UpdatePackageState(TasksPackageState.Aborted);
|
||||
}
|
||||
//--
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user