Changeset 102918 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Jan 17, 2024 11:00:34 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r102915 r102918 3149 3149 sImageOut = self.oTstDrv.getGuestSystemShell(oTestVm); 3150 3150 if oTestVm.isWindows(): 3151 sVBoxControl = oTestVm.pathJoin(self.oTstDrv.getGuest WinDir(oTestVm), 'VBoxControl.exe');3151 sVBoxControl = oTestVm.pathJoin(self.oTstDrv.getGuestSystemAdminDir(oTestVm), 'VBoxControl.exe'); 3152 3152 else: 3153 3153 # Really old guests (like OL 6) have their coreutils in /bin instead of /usr/bin.
Note:
See TracChangeset
for help on using the changeset viewer.