VirtualBox

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


Ignore:
Timestamp:
Jun 22, 2020 11:11:34 AM (4 years ago)
Author:
vboxsync
Message:

Validation Kit/testfileset: Limit iterations of chooseRandomDirFromTree() to avoid potential endless loops [build fix].

File:
1 edited

Legend:

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

    r84893 r84894  
    639639                        return oDir;
    640640                    oParent = oParent.oParent;
    641             cRetries++;
     641            cRetries += 1;
    642642
    643643        reporter.errorXcpt('chooseRandomDirFromTree() failed; cMaxRetries=%d' % (cMaxRetries));
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