Changeset 65963 in vbox for trunk/src/VBox/ValidationKit/tests/autostart
- Timestamp:
- Mar 7, 2017 10:30:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
r62484 r65963 69 69 # Extract the value 70 70 idxVmNameStart = sLine.find('"'); 71 if idxVmNameStart is-1:71 if idxVmNameStart == -1: 72 72 raise Exception('VBoxManageStdOutWrapper: Invalid output'); 73 73
Note:
See TracChangeset
for help on using the changeset viewer.