VirtualBox

Ignore:
Timestamp:
Mar 24, 2023 8:28:34 AM (21 months ago)
Author:
vboxsync
Message:

Validation Kit/Guest Control: Fixes for the parameter assignment of the internal execution testcase description. bugref:8053

File:
1 edited

Legend:

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

    r99150 r99165  
    23162316        # Start the process:
    23172317        #
    2318         reporter.log2('Executing sCmd=%s, afFlags=%s, timeoutMS=%d, asArgs=%s, asEnv=%s'
    2319                       % (oTest.sCmd, oTest.afFlags, oTest.timeoutMS, limitString(oTest.asArgs), limitString(oTest.aEnv),));
     2318        reporter.log2('Executing sCmd=%s, cCwd=%s, afFlags=%s, timeoutMS=%d, asArgs=%s, asEnv=%s'
     2319                      % (oTest.sCmd, oTest.sCwd, oTest.afFlags, oTest.timeoutMS, limitString(oTest.asArgs), limitString(oTest.aEnv),));
    23202320        try:
    23212321            if self.oTstDrv.fpApiVer >= 7.1:
     
    32513251                ## @todo Check limits; on Ubuntu with 256KB IPRT returns VERR_NOT_IMPLEMENTED.
    32523252                # Use a higher timeout (15 min) than usual for these long checks.
    3253                 atExec.append([ tdTestExec(sCmd, asArgs,
     3253                atExec.append([ tdTestExec(sCmd = sCmd, asArgs = asArgs,
    32543254                                           afFlags = [ vboxcon.ProcessCreateFlag_WaitForStdOut,
    32553255                                                       vboxcon.ProcessCreateFlag_WaitForStdErr ],
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