Changeset 103210 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Feb 5, 2024 6:11:42 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r103209 r103210 1618 1618 return True; 1619 1619 1620 def locateGstBinary(self, o Session, oTxsSession, asPaths):1620 def locateGstBinary(self, oTxsSession, asPaths): 1621 1621 """ 1622 1622 Locates a guest binary on the guest by checking the paths in \a asPaths. … … 2554 2554 2555 2555 if not self.sGstCtlHelperExe: 2556 fRc, self.sGstCtlHelperExe = self.locateGstBinary(o Session, oTxsSession, self.asGstCtlHelperPaths);2556 fRc, self.sGstCtlHelperExe = self.locateGstBinary(oTxsSession, self.asGstCtlHelperPaths); 2557 2557 if fRc: 2558 2558 reporter.log('Using VBoxGuestControlHelper on guest at \"%s\"' % (self.sGstCtlHelperExe));
Note:
See TracChangeset
for help on using the changeset viewer.