VirtualBox

Ignore:
Timestamp:
Apr 20, 2020 5:15:49 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Additions: Use asyncMkDirPath() instead of asyncMkDir() here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r83863 r83866  
    358358
    359359            if fNeedsProxy:
    360                 fRc = oTxsSession.syncMkDir("/etc/apt/apt.conf.d/", 0o755, fIgnoreErrors = True);
     360                fRc = oTxsSession.asyncMkDirPath("/etc/apt/apt.conf.d/", 0o755);
    361361                if fRc:
    362362                    fRc = oTxsSession.syncUploadString('Acquire::http::Proxy \"' + sHttpProxy + '\"\r\n'
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