Changeset 67552 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jun 22, 2017 8:24:04 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/btresolver.py
r65967 r67552 462 462 if len(asItems) == 4 \ 463 463 and asItems[3].startswith('/opt/VirtualBox') \ 464 and asItems[2] == 'r-x--': 464 and ( asItems[2] == 'r-x--' \ 465 or asItems[2] == 'r-x----'): 465 466 fFound = False; 466 467 sBinaryFile = os.path.basename(asItems[3]);
Note:
See TracChangeset
for help on using the changeset viewer.