Changeset 80783 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Sep 13, 2019 5:08:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r80782 r80783 2808 2808 oProgress = self.oVBox.openRemoteSession(oSession, sUuid, sType, '\n'.join(asEnvFinal)); 2809 2809 else: 2810 if self.uApiRevision >= self.makeApiRevision(6, 0, 97, 1):2810 if self.uApiRevision >= self.makeApiRevision(6, 1, 0, 1): 2811 2811 oProgress = oVM.launchVMProcess(oSession, sType, asEnvFinal); 2812 2812 else:
Note:
See TracChangeset
for help on using the changeset viewer.