Changeset 84313 in vbox
- Timestamp:
- May 14, 2020 6:29:44 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py (modified) (1 diff)
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.

