Changeset 99729 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 10, 2023 3:09:06 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r98655 r99729 664 664 for iTry in range(6): 665 665 time.sleep(5); 666 reporter. error('Retry #%s unmount DMTat %s' % (iTry + 1, sMountPath,));666 reporter.log('Retry #%s unmount DMG at %s' % (iTry + 1, sMountPath,)); 667 667 fRc = self._executeSync(['hdiutil', 'detach', sMountPath ]); 668 668 if fRc:
Note:
See TracChangeset
for help on using the changeset viewer.