VirtualBox

Changeset 99729 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 10, 2023 3:09:06 PM (21 months ago)
Author:
vboxsync
Message:

ValKit/vboxinstaller.py: Corrected DMG umount retrying from r148180 to not use reporter.error() till we give up. duh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py

    r98655 r99729  
    664664            for iTry in range(6):
    665665                time.sleep(5);
    666                 reporter.error('Retry #%s unmount DMT at %s' % (iTry + 1, sMountPath,));
     666                reporter.log('Retry #%s unmount DMG at %s' % (iTry + 1, sMountPath,));
    667667                fRc = self._executeSync(['hdiutil', 'detach', sMountPath ]);
    668668                if fRc:
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