Changeset 83867 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Apr 20, 2020 5:17:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r83866 r83867 358 358 359 359 if fNeedsProxy: 360 fRc = oTxsSession. asyncMkDirPath("/etc/apt/apt.conf.d/", 0o755);360 fRc = oTxsSession.syncMkDirPath("/etc/apt/apt.conf.d/", 0o755); 361 361 if fRc: 362 362 fRc = oTxsSession.syncUploadString('Acquire::http::Proxy \"' + sHttpProxy + '\"\r\n'
Note:
See TracChangeset
for help on using the changeset viewer.