Changeset 78385 in vbox for trunk/src/VBox
- Timestamp:
- May 6, 2019 10:43:47 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r76923 r78385 440 440 if fRc is False: 441 441 reporter.testFailure('Installation error.'); 442 elif fRc is not True: 443 reporter.log('Seems installation was skipped. Old version lurking behind? Not the fault of this build/test run!'); 442 444 443 445 # … … 456 458 reporter.logXcpt('Unable to get disk free space. Ignored. Continuing.'); 457 459 458 reporter.testDone( );460 reporter.testDone(fRc is None); 459 461 return fRc; 460 462
Note:
See TracChangeset
for help on using the changeset viewer.