VirtualBox

Changeset 55995 in vbox for trunk/src


Ignore:
Timestamp:
May 21, 2015 9:07:06 AM (10 years ago)
Author:
vboxsync
Message:

ValidationKit: fixed location of the GA .iso on Solaris

File:
1 edited

Legend:

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

    r55836 r55995  
    403403            self.sGuestAdditionsIso = '%s/VBoxGuestAdditions.iso' % (self.sInstallPath,);
    404404        elif self.sOs == 'darwin':
     405            self.sGuestAdditionsIso = '%s/VBoxGuestAdditions.iso' % (self.sInstallPath,);
     406        elif self.sOs == 'solaris':
    405407            self.sGuestAdditionsIso = '%s/VBoxGuestAdditions.iso' % (self.sInstallPath,);
    406408        else:
Note: See TracChangeset for help on using the changeset viewer.

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