Changeset 99188 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Mar 28, 2023 7:21:21 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r99166 r99188 2891 2891 if self.oTstDrv.fpApiVer >= 7.1: 2892 2892 oGuestSession.processCreate(sShell, 2893 asArgs if self.oTstDrv.fpApiVer >= 5.0 else asArgs[1:], [],2893 asArgs if self.oTstDrv.fpApiVer >= 5.0 else asArgs[1:], 2894 2894 "", # Working directory. 2895 [], # Environment changes. 2895 2896 [ vboxcon.ProcessCreateFlag_WaitForStdOut ], 30 * 1000); 2896 2897 else: … … 3425 3426 if self.oTstDrv.fpApiVer >= 7.1: 3426 3427 oGuestProcess = oGuestSession.processCreate(sImage, 3427 asArgs if self.oTstDrv.fpApiVer >= 5.0 else asArgs[1:], aEnv, afFlags,3428 asArgs if self.oTstDrv.fpApiVer >= 5.0 else asArgs[1:], 3428 3429 "", # Working directory. 3430 aEnv, afFlags, 3429 3431 30 * 1000); 3430 3432 else:
Note:
See TracChangeset
for help on using the changeset viewer.