VirtualBox

Ignore:
Timestamp:
May 6, 2020 4:17:54 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: argv0 fixes for txsCdWait() diagnosis.

File:
1 edited

Legend:

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

    r84118 r84169  
    35693569            sWinDir = "C:\\Windows\\System32\\";
    35703570            oTxsSession.syncExec(sWinDir + " cmd.exe",
    3571                                  (sWinDir + "cmd.exe", "/C", "dir", "${CDROM}"),
     3571                                 ("cmd.exe", "/C", "dir", "${CDROM}"),
    35723572                                 fIgnoreErrors = True);
    35733573            oTxsSession.syncExec("C:\\WINNT\\System32\\cmd.exe",
     
    35763576
    35773577            reporter.log('txsCdWait: Listing mount points / drives:');
    3578             oTxsSession.syncExec("/bin/mount", ("/bin/mount"), fIgnoreErrors = True);
     3578            oTxsSession.syncExec("/bin/mount", ("mount"), fIgnoreErrors = True);
    35793579            # Should work since WinXP Pro.
    35803580            oTxsSession.syncExec(sWinDir + "wbem\\WMIC.exe",
    3581                                  (sWinDir + "wbem\\WMIC.exe", "logicaldisk", "get",
     3581                                 ("WMIC.exe", "logicaldisk", "get",
    35823582                                  "deviceid, volumename, description"),
    35833583                                 fIgnoreErrors = True);
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