Changeset 77516 in vbox
- Timestamp:
- Mar 1, 2019 9:12:30 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129116
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r77472 r77516 1836 1836 if self.sHost in ('darwin', 'freebsd', 'linux', 'solaris', ): 1837 1837 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]); 1842 1840 except: pass; 1843 1841 # Testbox debugging - END - TEMPORARY, REMOVE ASAP.
Note:
See TracChangeset
for help on using the changeset viewer.