Changeset 92236 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Nov 5, 2021 10:36:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r92199 r92236 1981 1981 if os.path.isfile(sVBoxSvcRelLog + sSuff): 1982 1982 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.1990 1983 1991 1984 # Finally, call the base driver to wipe the scratch space.
Note:
See TracChangeset
for help on using the changeset viewer.