Changeset 99166 in vbox
- Timestamp:
- Mar 24, 2023 8:31:09 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156531
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r99165 r99166 2317 2317 # 2318 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),)); 2319 % (oTest.sCmd, oTest.sCwd, oTest.afFlags, oTest.timeoutMS, limitString(oTest.asArgs), 2320 limitString(oTest.aEnv),)); 2320 2321 try: 2321 2322 if self.oTstDrv.fpApiVer >= 7.1:
Note:
See TracChangeset
for help on using the changeset viewer.