Changeset 83849 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 20, 2020 11:28:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r83848 r83849 358 358 fRc = oTxsSession.syncMkDir("/etc/apt/apt.conf.d/", 0o755); 359 359 if fRc: 360 fRc = oTxsSession.syncUploadString(' "Acquire::http::Proxy \"' + sHttpProxy + '\"\r\n'360 fRc = oTxsSession.syncUploadString('Acquire::http::Proxy \"' + sHttpProxy + '\"\r\n' 361 361 'Acquire::https::Proxy \"' + sHttpsProxy + '\"', 362 362 '/etc/apt/apt.conf.d/proxy.conf', 0o644); … … 372 372 '/bin/sed', 373 373 ('/bin/sed', '-E', '-i', 374 ' "s/http:\\/\\/.*\\.ubuntu\\.com/http:\\/\\/old-releases.ubuntu.com/"',374 's/http:\\/\\/.*\\.ubuntu\\.com/http:\\/\\/old-releases.ubuntu.com/', 375 375 '/etc/apt/sources.list'), 376 376 fCheckSessionStatus = True);
Note:
See TracChangeset
for help on using the changeset viewer.