test driver: no data output by default

This commit is contained in:
Jean-Francois Dockes 2013-06-10 14:01:03 +02:00
parent 367d5247fc
commit ea27248837

View File

@ -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