- Timestamp:
- May 21, 2015 9:07:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r55836 r55995 403 403 self.sGuestAdditionsIso = '%s/VBoxGuestAdditions.iso' % (self.sInstallPath,); 404 404 elif self.sOs == 'darwin': 405 self.sGuestAdditionsIso = '%s/VBoxGuestAdditions.iso' % (self.sInstallPath,); 406 elif self.sOs == 'solaris': 405 407 self.sGuestAdditionsIso = '%s/VBoxGuestAdditions.iso' % (self.sInstallPath,); 406 408 else:
Note:
See TracChangeset
for help on using the changeset viewer.