Changeset 84202 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 8, 2020 10:56:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84197 r84202 2257 2257 reporter.log2('Process (PID %d) got %d bytes of %s data (type: %s)' 2258 2258 % (iPid, len(abBuf), sFdNm, type(abBuf))); 2259 if isinstance(memoryview) is abBuf: ## @todo Why is this happening? 2260 abBuf = abBuf.tobytes(); 2259 2261 for sLine in abBuf.decode("utf-8").splitlines(): 2260 2262 reporter.log('%s: %s' % (sFdNm, sLine));
Note:
See TracChangeset
for help on using the changeset viewer.