Changeset 84220 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- May 8, 2020 5:28:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84214 r84220 2986 2986 tdTestResultExec(fRc = True, iExitCode = iExitCode) ]); 2987 2987 2988 if sVBoxControl: 2988 if sVBoxControl \ 2989 and self.oTstDrv.fpApiVer >= 6.0: # Investigate with this doesn't work on (<) 5.2. 2989 2990 # Paths with spaces on windows. 2990 2991 atExec.append([ tdTestExec(sCmd = sVBoxControl, asArgs = [ sVBoxControl, 'version' ],
Note:
See TracChangeset
for help on using the changeset viewer.