VirtualBox

Changeset 78385 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 6, 2019 10:43:47 AM (6 years ago)
Author:
vboxsync
Message:

vboxinstaller.py: Don't let the installation report success when it was skipped. Also added log message about why we usually skip stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py

    r76923 r78385  
    440440        if fRc is False:
    441441            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!');
    442444
    443445        #
     
    456458            reporter.logXcpt('Unable to get disk free space. Ignored. Continuing.');
    457459
    458         reporter.testDone();
     460        reporter.testDone(fRc is None);
    459461        return fRc;
    460462
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette