Changeset 84577 in vbox
- Timestamp:
- May 27, 2020 5:25:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84572 r84577 3381 3381 oCurTest = tTest[0] # type: tdTestDirCreate 3382 3382 oCurRes = tTest[1] # type: tdTestResult 3383 reporter.log('Testing #%d, sDirectory="%s" ...' % (i, oCurTest.sDirectory));3383 reporter.log('Testing #%d, sDirectory="%s" ...' % (i, limitString(oCurTest.sDirectory))); 3384 3384 3385 3385 oCurTest.setEnvironment(oSession, oTxsSession, oTestVm);
Note:
See TracChangeset
for help on using the changeset viewer.