- Timestamp:
- Mar 27, 2017 9:51:28 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r66257 r66259 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.