VirtualBox

Changeset 66801 in vbox for trunk


Ignore:
Timestamp:
May 4, 2017 11:58:54 PM (7 years ago)
Author:
vboxsync
Message:

testboxscript: modified the setup to no save default values and tricked setup.sh to replace solserv with the new names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py

    r66800 r66801  
    905905        # Parse arguments.
    906906        #
    907         sDefShareType = 'nfs' utils.getHostOs() == 'solaris' else 'cifs';
     907        sDefShareType = 'nfs' if utils.getHostOs() == 'solaris' else 'cifs';
    908908        if utils.getHostOs() in ('win', 'os2'):
    909909            sDefTestRsrc  = 'T:';
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