test driver: no data output by default
This commit is contained in:
parent
367d5247fc
commit
ea27248837
@ -206,7 +206,7 @@ def main(proto, extract):
|
||||
bdata = data.encode("UTF-8")
|
||||
else:
|
||||
bdata = data
|
||||
sys.stdout.write(bdata)
|
||||
#sys.stdout.write(bdata)
|
||||
print
|
||||
if eof != RclExecM.noteof:
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user