Files
ProjectOctopus/agent-go/executor/RealTimeExecutor_test.go
2023-06-15 17:03:22 +08:00

14 lines
216 B
Go

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