Changeset 84951 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Jun 25, 2020 12:59:14 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138825
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84950 r84951 1645 1645 if sTxsVer is None: 1646 1646 fEnableVerboseLogging = False; 1647 1648 # On Windows guests we always can enable verbose logging. 1649 if oTestVm.isWindows(): 1650 fEnableVerboseLogging = True; 1647 1651 1648 1652 # If debugging mode is enabled, skip this.
Note:
See TracChangeset
for help on using the changeset viewer.