Changeset 71411 in vbox for trunk/src/VBox/ValidationKit/tests/api
- Timestamp:
- Mar 20, 2018 4:26:52 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121378
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py
r71390 r71411 313 313 314 314 # cleaning up: get rid of saved state 315 fRc = fRc and oSession. o.machine.discardSavedState(True)315 fRc = fRc and oSession.discardSavedState(True) 316 316 if fRc is False: 317 317 reporter.log('Failed to discard the saved state of machine')
Note:
See TracChangeset
for help on using the changeset viewer.