VirtualBox

Changeset 62031 in vbox for trunk


Ignore:
Timestamp:
Jul 5, 2016 4:27:50 PM (9 years ago)
Author:
vboxsync
Message:

ValidationKit fix

File:
1 edited

Legend:

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

    r62026 r62031  
    912912    def _xmlWrite(self, asText, fIndent = True):
    913913        """XML output function for the reporter."""
    914         self._writeOutput('xml-debug/%s: %s' % (len(self._asXml, asText))); # temporarily while debugging flush/poll problem.
     914        self._writeOutput('xml-debug/%s: %s' % (len(self._asXml), asText)); # temporarily while debugging flush/poll problem.
    915915        self._asXml += asText;
    916916        self._xmlFlushIfNecessary();
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