[agent-go] [executor] real time executor
This commit is contained in:
13
agent-go/executor/RealTimeExecutor_test.go
Normal file
13
agent-go/executor/RealTimeExecutor_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package executor
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestReadTimeOutput(t *testing.T) {
|
||||
strings := []string{
|
||||
"/bin/bash",
|
||||
"/root/simple.sh",
|
||||
}
|
||||
|
||||
ReadTimeOutput(strings)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user