Lines Matching refs:out_str
65 out_str = out.decode('UTF-8')
67 print(out_str)
73 out_str = out.decode('UTF-8')
74 if out_str.find(args.expect_sub_output) == -1:
75 out_str = out.decode('UTF-8')
76 print(out_str)
78 + "]\n>>>>> But got: [" + out_str + "]")
85 out_str = out.decode('UTF-8')
86 if out_str != expect_output:
90 + "]\n>>>>> But got: [" + out_str + "]")