Changeset 83639 in vbox for trunk/src/VBox
- Timestamp:
- Apr 9, 2020 7:11:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r83638 r83639 1551 1551 sFileVBoxServiceGst = "/tmp/VBoxService-txs"; 1552 1552 oTxsSession.syncUploadFile(sFileVBoxServiceHst, sFileVBoxServiceGst); 1553 oTxsSession.sync Exec("/bin/chmod", ("/bin/chmod", "755", sFileVBoxServiceGst) ); # syncChMod not implemented yet.1553 oTxsSession.syncChMod(sFileVBoxServiceGst, 0o755); 1554 1554 reporter.log('Executing VBoxService (in background)...'); 1555 1555 oTxsSession.syncExec(sFileVBoxServiceGst, (sFileVBoxServiceGst, "-vvvv", "--only-control", \
Note:
See TracChangeset
for help on using the changeset viewer.