Changeset 98612 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Feb 16, 2023 10:45:28 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r98597 r98612 3620 3620 oCurTest = tTest[0] # type: tdTestDirCreate 3621 3621 oCurRes = tTest[1] # type: tdTestResult 3622 reporter.log('Testing #%d, sDirectory="%s" ...' % (i, limitString(oCurTest.sDirectory) ));3622 reporter.log('Testing #%d, sDirectory="%s" ...' % (i, limitString(oCurTest.sDirectory),)); 3623 3623 3624 3624 fRc = oCurTest.setEnvironment(oSession, oTxsSession, oTestVm);
Note:
See TracChangeset
for help on using the changeset viewer.