Changeset 61829 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Jun 22, 2016 6:56:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r61595 r61829 696 696 raise Exception('Still exists after deletion, weird.'); 697 697 except Exception, oXcpt: 698 # pylint: disable=too-many-boolean-expressions699 698 if fUseTheForce is True \ 700 699 and utils.getHostOs() not in ['win', 'os2'] \
Note:
See TracChangeset
for help on using the changeset viewer.