Changeset 69549 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Nov 2, 2017 10:12:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstOs2.py
r69545 r69549 256 256 g_oDrv = None; 257 257 winbase.checkProcessHeap(); 258 259 import gc; 260 for oObj in gc.get_objects(): 261 if not callable(oObj): 262 reporter.log('type %s: object %s' % (type(oObj), oObj)); 263 258 264 sys.exit(g_iExitCode); 259 265
Note:
See TracChangeset
for help on using the changeset viewer.