[ Executor ] modify base function part - 1

This commit is contained in:
zeaslity
2023-06-28 16:33:06 +08:00
parent 44ce0959d9
commit 1ea59110ca
4 changed files with 41 additions and 6 deletions

View File

@@ -8,6 +8,6 @@ func TestReadTimeOutput(t *testing.T) {
"/root/IdeaProjects/ProjectOctopus/agent-go/tmp/simple.sh",
}
ReadTimeCommandExecutor(strings)
AllOutputCommandExecutor(strings)
}