VirtualBox

Changeset 86443 in vbox for trunk


Ignore:
Timestamp:
Oct 4, 2020 12:08:49 PM (4 years ago)
Author:
vboxsync
Message:

testdriver/base.py: Don't modify self.asActions or self.asNormalActions, copy them before making making modifications, otherwise vboxinstaller.py gets confused (unless action = all). bugref:9841

File:
1 edited

Legend:

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

    r86442 r86443  
    17101710        else:
    17111711            if asActions == [ 'all' ]:
    1712                 asActions = self.asNormalActions;
     1712                asActions = list(self.asNormalActions);
    17131713
    17141714            if 'verify' in asActions:
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