VirtualBox

Ignore:
Timestamp:
Jan 17, 2024 11:00:34 AM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161144
Message:

Validation Kit/tdAddGuestCtrl: Use testDriver::getGuestSystemAdminDir() for building up the path to VBoxControl. Should fix running on NT4 guests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r102915 r102918  
    31493149            sImageOut = self.oTstDrv.getGuestSystemShell(oTestVm);
    31503150            if oTestVm.isWindows():
    3151                 sVBoxControl = oTestVm.pathJoin(self.oTstDrv.getGuestWinDir(oTestVm), 'VBoxControl.exe');
     3151                sVBoxControl = oTestVm.pathJoin(self.oTstDrv.getGuestSystemAdminDir(oTestVm), 'VBoxControl.exe');
    31523152        else:
    31533153            # 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette