예제 #1
0
파일: rkt_tests.go 프로젝트: ngorskig/rkt
func expectRegexWithOutput(p *gexpect.ExpectSubprocess, searchPattern string) ([]string, string, error) {
	return p.ExpectRegexFindWithOutput(searchPattern)
}