VirtualBox

Changeset 94517 in vbox


Ignore:
Timestamp:
Apr 7, 2022 2:44:28 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/unit tests: Log expanded strings to easier find errors on the Validation Kit .ISO [build fix]. ​bugref:10195

File:
1 edited

Legend:

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

    r94509 r94517  
    18621862        The task returns True on success, False on failure (logged).
    18631863        """
    1864         return self.startTask(cMsTimeout, fIgnoreErrors, "expandString", self.taskExpandString,
    1865                               (sString));
     1864        return self.startTask(cMsTimeout, fIgnoreErrors, "expandString",
     1865                              self.taskExpandString, (sString,));
    18661866
    18671867    def syncExpandString(self, sString, cMsTimeout = 120000, fIgnoreErrors = False):
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