Changeset 103028 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jan 24, 2024 3:53:59 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 161263
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r102910 r103028 1394 1394 if self.oBuild.sSdkPath is not None: 1395 1395 sys.path.insert(0, os.path.join(self.oBuild.sSdkPath, 'installer')) 1396 sys.path.insert(1, os.path.join(self.oBuild.sSdkPath, 'install')); # stupid stupid windows installer !1396 sys.path.insert(1, os.path.join(self.oBuild.sSdkPath, 'install')); # stupid stupid windows installer (VBox < 7.1)! 1397 1397 sys.path.insert(2, os.path.join(self.oBuild.sSdkPath, 'bindings', 'xpcom', 'python')) 1398 1398 os.environ['VBOX_PROGRAM_PATH'] = self.oBuild.sInstallPath;
Note:
See TracChangeset
for help on using the changeset viewer.