[ Agent ] [ Executor ] 优化Executor部分的代码 - 2
This commit is contained in:
@@ -116,7 +116,7 @@ public class ExecutionController {
|
||||
null,
|
||||
commandList,
|
||||
completeCommandList,
|
||||
false,
|
||||
true,
|
||||
false
|
||||
);
|
||||
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user