Changeset 86627 in vbox
- Timestamp:
- Oct 19, 2020 10:44:40 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r86508 r86627 475 475 reporter.logXcpt('Build: Running "%s --dump-build-type" failed!' % (sVBoxManage,)); 476 476 else: 477 reporter.log ('Build: sVBoxManage=%s not found!' % (sVBoxManage,));477 reporter.log3('Build: sVBoxManage=%s not found' % (sVBoxManage,)); 478 478 479 479 # Do some checks.
Note:
See TracChangeset
for help on using the changeset viewer.