package utils import "testing" func TestDetectCmd(t *testing.T) {
a, b := DetectCmd("hy-smi")
t.Logf("%v,%v", a, b) }