Changeset 83713 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 16, 2020 7:20:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r83642 r83713 1630 1630 sPathRegExe = os.path.join(self.getGuestSystemDir(oTestVm), 'reg.exe'); 1631 1631 sPathVBoxServiceExe = os.path.join(self.getGuestSystemDir(oTestVm), 'VBoxService.exe'); 1632 sImagePath = '%s -vvvv -- only-control --logfile %s' % (sPathVBoxServiceExe, sPathLogFile);1632 sImagePath = '%s -vvvv --logfile %s' % (sPathVBoxServiceExe, sPathLogFile); 1633 1633 self.oTstDrv.txsRunTest(oTxsSession, 'Enabling VBoxService verbose logging (via registry)', 30 * 1000, 1634 1634 sPathRegExe,
Note:
See TracChangeset
for help on using the changeset viewer.