VirtualBox

Changeset 86493 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 8, 2020 10:29:57 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140805
Message:

ValKit/vbox.py: Print info about the build we found (useful when working out of the tree).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r86451 r86493  
    923923            try:
    924924                self.oBuild = Build(self, None);
     925                reporter.log('VBox %s build at %s (%s).'
     926                             % (self.oBuild.sType, self.oBuild.sInstallPath, self.oBuild.sDesignation,));
    925927                return True;
    926928            except base.GenError:
     
    949951            try:
    950952                self.oBuild = Build(self, sLoc);
     953                reporter.log('VBox %s build at %s (%s).'
     954                             % (self.oBuild.sType, self.oBuild.sInstallPath, self.oBuild.sDesignation,));
    951955                return True;
    952956            except base.GenError:
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