Changeset 83852 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Apr 20, 2020 12:37:39 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r83849 r83852 356 356 357 357 if fNeedsProxy: 358 fRc = oTxsSession.syncMkDir("/etc/apt/apt.conf.d/", 0o755 );358 fRc = oTxsSession.syncMkDir("/etc/apt/apt.conf.d/", 0o755, fIgnoreErrors = True); 359 359 if fRc: 360 360 fRc = oTxsSession.syncUploadString('Acquire::http::Proxy \"' + sHttpProxy + '\"\r\n'
Note:
See TracChangeset
for help on using the changeset viewer.