Changeset 66257 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Mar 27, 2017 9:23:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r66255 r66257 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.