Changeset 99165 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Mar 24, 2023 8:28:34 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r99150 r99165 2316 2316 # Start the process: 2317 2317 # 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),)); 2320 2320 try: 2321 2321 if self.oTstDrv.fpApiVer >= 7.1: … … 3251 3251 ## @todo Check limits; on Ubuntu with 256KB IPRT returns VERR_NOT_IMPLEMENTED. 3252 3252 # 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, 3254 3254 afFlags = [ vboxcon.ProcessCreateFlag_WaitForStdOut, 3255 3255 vboxcon.ProcessCreateFlag_WaitForStdErr ],
Note:
See TracChangeset
for help on using the changeset viewer.