VirtualBox

Changeset 77516 in vbox


Ignore:
Timestamp:
Mar 1, 2019 9:12:30 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129116
Message:

Validation Kit/vbox.py: List scratch directory recursively in actionCleanupAfter() (Testbox debugging).

File:
1 edited

Legend:

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

    r77472 r77516  
    18361836            if self.sHost in ('darwin', 'freebsd', 'linux', 'solaris', ):
    18371837                try:
    1838                     reporter.log('> ls -la %s' % (os.path.join(self.sScratchPath, 'VBoxUserHome'),));
    1839                     utils.processCall(['ls', '-la', os.path.join(self.sScratchPath, 'VBoxUserHome')]);
    1840                     reporter.log('> ls -la %s' % (self.sScratchPath,));
    1841                     utils.processCall(['ls', '-la', self.sScratchPath]);
     1838                    reporter.log('> ls -R -la %s' % (self.sScratchPath,));
     1839                    utils.processCall(['ls', '-R -la', self.sScratchPath]);
    18421840                except: pass;
    18431841            # Testbox debugging - END   - TEMPORARY, REMOVE ASAP.
Note: See TracChangeset for help on using the changeset viewer.

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