Files
ProjectOctopus/agent-go/executor/RealTimeExecutor_test.go
2023-06-28 16:33:06 +08:00

14 lines
217 B
Go

package executor
import "testing"
func TestReadTimeOutput(t *testing.T) {
strings := []string{
"/bin/bash",
"/root/IdeaProjects/ProjectOctopus/agent-go/tmp/simple.sh",
}
AllOutputCommandExecutor(strings)
}