VirtualBox

Ignore:
Timestamp:
May 8, 2020 3:52:35 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: More diagnosis for txsCdWait().

File:
1 edited

Legend:

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

    r84169 r84218  
    35693569            sWinDir = "C:\\Windows\\System32\\";
    35703570            oTxsSession.syncExec(sWinDir + " cmd.exe",
    3571                                  ("cmd.exe", "/C", "dir", "${CDROM}"),
     3571                                 ('cmd.exe', '/C', 'dir', '${CDROM}'),
    35723572                                 fIgnoreErrors = True);
    3573             oTxsSession.syncExec("C:\\WINNT\\System32\\cmd.exe",
    3574                                  ("C:\\WINNT\\System32\\cmd.exe", "/C", "dir", "${CDROM}"),
     3573            oTxsSession.syncExec('C:\\WINNT\\System32\\cmd.exe',
     3574                                 ('C:\\WINNT\\System32\\cmd.exe', '/C', 'dir', '${CDROM}'),
    35753575                                 fIgnoreErrors = True);
    35763576
    35773577            reporter.log('txsCdWait: Listing mount points / drives:');
    3578             oTxsSession.syncExec("/bin/mount", ("mount"), fIgnoreErrors = True);
     3578            oTxsSession.syncExec('/bin/mount', ('/bin/mount',), fIgnoreErrors = True);
     3579            oTxsSession.syncExec('/bin/cat', ('/bin/cat', '/etc/fstab'), fIgnoreErrors = True);
    35793580            # Should work since WinXP Pro.
    35803581            oTxsSession.syncExec(sWinDir + "wbem\\WMIC.exe",
Note: See TracChangeset for help on using the changeset viewer.

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