VirtualBox

Changeset 57679 in vbox for trunk


Ignore:
Timestamp:
Sep 9, 2015 7:24:12 PM (9 years ago)
Author:
vboxsync
Message:

testboxcontroller.py: Log the sError value and not just the raw XML in _actionXmlResults.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testboxcontroller.py

    r56295 r57679  
    775775        if sError is not None:
    776776            oTestSet = TestSetData().initFromDbWithId(oDb, oStatusData.idTestSet);
    777             self.writeToMainLog(oTestSet, '\n!!XML error: %s\n\n' % (sXml,));
     777            self.writeToMainLog(oTestSet, '\n!!XML error: %s\n%s\n\n' % (sError, sXml,));
    778778            if fUnforgivable:
    779779                return self._resultResponse(constants.tbresp.STATUS_NACK);
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