test driver touchup
This commit is contained in:
parent
9b26100e6a
commit
44528876e7
@ -182,8 +182,10 @@ def main(proto, extract):
|
|||||||
ecnt = ecnt + 1
|
ecnt = ecnt + 1
|
||||||
print "== Entry %d ipath %s (mimetype [%s]):" % \
|
print "== Entry %d ipath %s (mimetype [%s]):" % \
|
||||||
(ecnt, ipath, proto.mimetype)
|
(ecnt, ipath, proto.mimetype)
|
||||||
# print data
|
print data
|
||||||
print
|
print
|
||||||
|
if eof != RclExecM.noteof:
|
||||||
|
break
|
||||||
else:
|
else:
|
||||||
print "Not ok, eof %d" % eof
|
print "Not ok, eof %d" % eof
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user