VirtualBox

Changeset 99166 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Mar 24, 2023 8:31:09 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156531
Message:

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

File:
1 edited

Legend:

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

    r99165 r99166  
    23172317        #
    23182318        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),));
     2319                      % (oTest.sCmd, oTest.sCwd, oTest.afFlags, oTest.timeoutMS, limitString(oTest.asArgs),
     2320                         limitString(oTest.aEnv),));
    23202321        try:
    23212322            if self.oTstDrv.fpApiVer >= 7.1:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette