- Timestamp:
- Oct 4, 2020 12:08:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r86442 r86443 1710 1710 else: 1711 1711 if asActions == [ 'all' ]: 1712 asActions = self.asNormalActions;1712 asActions = list(self.asNormalActions); 1713 1713 1714 1714 if 'verify' in asActions:
Note:
See TracChangeset
for help on using the changeset viewer.