Changeset 66255 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Mar 27, 2017 8:55:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r65970 r66255 880 880 881 881 # Automatically reboot if scratch init fails. 882 if self._cReinitScratchErrors > 8 and self.reinitScratch(cRetries = 3) is False:883 testboxcommons.log('Scratch does not initialize cleanly after %d attempts, rebooting...'884 % ( self._cReinitScratchErrors, ));885 self._oCommand.doReboot();882 #if self._cReinitScratchErrors > 8 and self.reinitScratch(cRetries = 3) is False: 883 # testboxcommons.log('Scratch does not initialize cleanly after %d attempts, rebooting...' 884 # % ( self._cReinitScratchErrors, )); 885 # self._oCommand.doReboot(); 886 886 887 887 # delay a wee bit before looping.
Note:
See TracChangeset
for help on using the changeset viewer.