VirtualBox

Changeset 92236 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Nov 5, 2021 10:36:37 AM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Removed temporary testbox debugging code which listed the scratch path contents on test failure, which is long overdue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r92199 r92236  
    19811981                if os.path.isfile(sVBoxSvcRelLog + sSuff):
    19821982                    reporter.addLogFile(sVBoxSvcRelLog + sSuff, 'log/release/svc', 'Release log file for VBoxSVC');
    1983             # Testbox debugging - START - TEMPORARY, REMOVE ASAP.
    1984             if self.sHost in ('darwin', 'freebsd', 'linux', 'solaris', ):
    1985                 try:
    1986                     reporter.log('> ls -R -la %s' % (self.sScratchPath,));
    1987                     utils.processCall(['ls', '-R', '-la', self.sScratchPath]);
    1988                 except: pass;
    1989             # Testbox debugging - END   - TEMPORARY, REMOVE ASAP.
    19901983
    19911984        # Finally, call the base driver to wipe the scratch space.
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