[ Agent ] [ Executor ] 优化Executor部分的代码 - 2

This commit is contained in:
zeaslity
2023-08-14 11:11:20 +08:00
parent 7ca5e232bf
commit 129886bd57
4 changed files with 17 additions and 18 deletions

View File

@@ -116,7 +116,7 @@ public class ExecutionController {
null,
commandList,
completeCommandList,
false,
true,
false
);

View File

@@ -3,14 +3,10 @@ package io.wdd.server;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import javax.annotation.Resource;
@SpringBootTest
class ServerApplicationTests {
@Resource
AsyncExecutionService asyncExecutionService;
@Test
void testCoreExecutionCompleteScript() {