Changeset 93039 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Dec 21, 2021 11:12:18 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149043
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r93038 r93039 5208 5208 reporter.log("TxsSession: %s" % (oTxsSession,)); 5209 5209 if oSession is not None: 5210 self.addTask(oTxsSession);5211 5210 5212 5211 fRc, oTxsSession = self.aoSubTstDrvs[0].testIt(oTestVm, oSession, oTxsSession); 5213 5212 5214 # Cleanup.5215 self.removeTask(oTxsSession);5216 5213 if self.aoSubTstDrvs[0].oDebug.fNoExit: 5217 5214 self.sleep(60 * 60 * 1000); # Leave the VM session open for manual inspection / debugging.
Note:
See TracChangeset
for help on using the changeset viewer.