VirtualBox

Ignore:
Timestamp:
Nov 2, 2017 3:26:27 PM (7 years ago)
Author:
vboxsync
Message:

tdGuestOsInstOs2.py: Less noise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstOs2.py

    r69549 r69555  
    256256        g_oDrv = None;
    257257        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));
     258        #import gc;
     259        #for oObj in gc.get_objects():
     260        #    if not callable(oObj):
     261        #        reporter.log('type %s: object %s' % (type(oObj), oObj));
    263262
    264263    sys.exit(g_iExitCode);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette