Changeset 84313 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 14, 2020 6:29:44 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137982
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r84218 r84313 3575 3575 fIgnoreErrors = True); 3576 3576 3577 reporter.log('txsCdWait: Listing media directory:'); 3578 oTxsSession.syncExec('/bin/ls', ('/bin/ls', '-l', '-a', '-R', '/media'), fIgnoreErrors = True); 3577 3579 reporter.log('txsCdWait: Listing mount points / drives:'); 3578 3580 oTxsSession.syncExec('/bin/mount', ('/bin/mount',), fIgnoreErrors = True);
Note:
See TracChangeset
for help on using the changeset viewer.