Changeset 84279 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- May 12, 2020 6:59:49 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137915
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84246 r84279 2263 2263 sBuf = abBuf.decode("utf-8"); 2264 2264 if isinstance(abBuf, buffer): 2265 sBuf = abBuf;2265 sBuf = str(abBuf); 2266 2266 for sLine in sBuf.splitlines(): 2267 2267 reporter.log('%s: %s' % (sFdNm, sLine));
Note:
See TracChangeset
for help on using the changeset viewer.