Changeset 84179 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- May 7, 2020 6:50:42 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84177 r84179 1630 1630 1631 1631 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)); 1633 1633 else: 1634 reporter. testFailure('Guest Additions facility "%s" reached requested status %s after %dms'1635 1634 reporter.log('Guest Additions facility "%s" reached requested status %s after %dms' 1635 % (sDesc, str(eFacilityStatus), base.timestampMilli() - tsStart)); 1636 1636 1637 1637 return fRc;
Note:
See TracChangeset
for help on using the changeset viewer.