VirtualBox

Ignore:
Timestamp:
May 7, 2020 6:50:42 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl: Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r84177 r84179  
    16301630
    16311631        if not fRc:
    1632             reporter.testFailure('Waiting for Guest Additions facility "%s" timed out' % (sDesc));
     1632            reporter.error('Waiting for Guest Additions facility "%s" timed out' % (sDesc));
    16331633        else:
    1634             reporter.testFailure('Guest Additions facility "%s" reached requested status %s after %dms'
    1635                                  % (sDesc, str(eFacilityStatus), base.timestampMilli() - tsStart));
     1634            reporter.log('Guest Additions facility "%s" reached requested status %s after %dms'
     1635                         % (sDesc, str(eFacilityStatus), base.timestampMilli() - tsStart));
    16361636
    16371637        return fRc;
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