VirtualBox

Changeset 92982 in vbox for trunk/src


Ignore:
Timestamp:
Dec 16, 2021 1:40:44 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Control: Logging nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r92981 r92982  
    15611561            sPathSC = os.path.join(self.oTstDrv.getGuestSystemDir(oTestVm), 'sc.exe');
    15621562            if fStart is True:
    1563                 fRc = self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService with verbose logging', 30 * 1000, \
     1563                fRc = self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService', 30 * 1000, \
    15641564                                              sPathSC, (sPathSC, 'start', 'VBoxService'));
    15651565            else:
     
    15691569            sPathService = "/sbin/rcvboxadd-service";
    15701570            if fStart is True:
    1571                 fRc = self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService with verbose logging', 30 * 1000, \
     1571                fRc = self.oTstDrv.txsRunTest(oTxsSession, 'Starting VBoxService', 30 * 1000, \
    15721572                                              sPathService, (sPathService, 'start'));
    15731573            else:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette