Changeset 102086 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Nov 13, 2023 3:42:57 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 160197
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r102048 r102086 1067 1067 been associated with the driver yet. 1068 1068 """ 1069 reporter.log2('importVBoxApi started\n') 1069 1070 if self.fImportedVBoxApi: 1070 1071 return True; … … 1113 1114 else: 1114 1115 assert(self.oVBoxSvcProcess is None); 1116 reporter.log2('importVBoxApi finished\n') 1115 1117 return self.fImportedVBoxApi; 1116 1118
Note:
See TracChangeset
for help on using the changeset viewer.